Uses of Class
software.amazon.awssdk.services.ec2.model.RegisteredInstance
-
Packages that use RegisteredInstance Package Description software.amazon.awssdk.services.ec2.model -
-
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 RegisteredInstance Modifier and Type Method Description List<RegisteredInstance>DescribeInstanceSqlHaHistoryStatesResponse. instances()Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.List<RegisteredInstance>DescribeInstanceSqlHaStatesResponse. instances()Information about the SQL Server High Availability instances.List<RegisteredInstance>DisableInstanceSqlHaStandbyDetectionsResponse. instances()Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.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 RegisteredInstance Modifier and Type Method Description DescribeInstanceSqlHaHistoryStatesResponse.BuilderDescribeInstanceSqlHaHistoryStatesResponse.Builder. instances(RegisteredInstance... instances)Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.DescribeInstanceSqlHaStatesResponse.BuilderDescribeInstanceSqlHaStatesResponse.Builder. instances(RegisteredInstance... instances)Information about the SQL Server High Availability instances.DisableInstanceSqlHaStandbyDetectionsResponse.BuilderDisableInstanceSqlHaStandbyDetectionsResponse.Builder. instances(RegisteredInstance... instances)Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsResponse.BuilderEnableInstanceSqlHaStandbyDetectionsResponse.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 RegisteredInstance Modifier and Type Method Description DescribeInstanceSqlHaHistoryStatesResponse.BuilderDescribeInstanceSqlHaHistoryStatesResponse.Builder. instances(Collection<RegisteredInstance> instances)Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.DescribeInstanceSqlHaStatesResponse.BuilderDescribeInstanceSqlHaStatesResponse.Builder. instances(Collection<RegisteredInstance> instances)Information about the SQL Server High Availability instances.DisableInstanceSqlHaStandbyDetectionsResponse.BuilderDisableInstanceSqlHaStandbyDetectionsResponse.Builder. instances(Collection<RegisteredInstance> instances)Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsResponse.BuilderEnableInstanceSqlHaStandbyDetectionsResponse.Builder. instances(Collection<RegisteredInstance> instances)Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.
-