Uses of Class
software.amazon.awssdk.services.ec2.model.RegisteredInstance
Packages that use RegisteredInstance
-
Uses of RegisteredInstance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RegisteredInstanceModifier and TypeMethodDescriptionfinal List<RegisteredInstance>DescribeInstanceSqlHaHistoryStatesResponse.instances()Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.final List<RegisteredInstance>DescribeInstanceSqlHaStatesResponse.instances()Information about the SQL Server High Availability instances.final List<RegisteredInstance>DisableInstanceSqlHaStandbyDetectionsResponse.instances()Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.final List<RegisteredInstance>EnableInstanceSqlHaStandbyDetectionsResponse.instances()Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RegisteredInstanceModifier and TypeMethodDescriptionDescribeInstanceSqlHaHistoryStatesResponse.Builder.instances(RegisteredInstance... instances) Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.DescribeInstanceSqlHaStatesResponse.Builder.instances(RegisteredInstance... instances) Information about the SQL Server High Availability instances.DisableInstanceSqlHaStandbyDetectionsResponse.Builder.instances(RegisteredInstance... instances) Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsResponse.Builder.instances(RegisteredInstance... instances) Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RegisteredInstanceModifier and TypeMethodDescriptionDescribeInstanceSqlHaHistoryStatesResponse.Builder.instances(Collection<RegisteredInstance> instances) Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.DescribeInstanceSqlHaStatesResponse.Builder.instances(Collection<RegisteredInstance> instances) Information about the SQL Server High Availability instances.DisableInstanceSqlHaStandbyDetectionsResponse.Builder.instances(Collection<RegisteredInstance> instances) Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsResponse.Builder.instances(Collection<RegisteredInstance> instances) Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.