Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableInstanceSqlHaStandbyDetectionsRequest.Builder
Packages that use EnableInstanceSqlHaStandbyDetectionsRequest.Builder
Package
Description
-
Uses of EnableInstanceSqlHaStandbyDetectionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableInstanceSqlHaStandbyDetectionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableInstanceSqlHaStandbyDetections(Consumer<EnableInstanceSqlHaStandbyDetectionsRequest.Builder> enableInstanceSqlHaStandbyDetectionsRequest) Enable Amazon EC2 instances running in an SQL Server High Availability cluster for SQL Server High Availability instance standby detection monitoring.Ec2Client.enableInstanceSqlHaStandbyDetections(Consumer<EnableInstanceSqlHaStandbyDetectionsRequest.Builder> enableInstanceSqlHaStandbyDetectionsRequest) Enable Amazon EC2 instances running in an SQL Server High Availability cluster for SQL Server High Availability instance standby detection monitoring. -
Uses of EnableInstanceSqlHaStandbyDetectionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableInstanceSqlHaStandbyDetectionsRequest.BuilderModifier and TypeMethodDescriptionEnableInstanceSqlHaStandbyDetectionsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableInstanceSqlHaStandbyDetectionsRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances to enable for SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances to enable for SQL Server High Availability standby detection monitoring.EnableInstanceSqlHaStandbyDetectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableInstanceSqlHaStandbyDetectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableInstanceSqlHaStandbyDetectionsRequest.Builder.sqlServerCredentials(String sqlServerCredentials) The ARN of the Secrets Manager secret containing the SQL Server access credentials.EnableInstanceSqlHaStandbyDetectionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableInstanceSqlHaStandbyDetectionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableInstanceSqlHaStandbyDetectionsRequest.Builder>EnableInstanceSqlHaStandbyDetectionsRequest.serializableBuilderClass()