Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeInstanceSqlHaHistoryStatesRequest.Builder
Packages that use DescribeInstanceSqlHaHistoryStatesRequest.Builder
Package
Description
-
Uses of DescribeInstanceSqlHaHistoryStatesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeInstanceSqlHaHistoryStatesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeInstanceSqlHaHistoryStates(Consumer<DescribeInstanceSqlHaHistoryStatesRequest.Builder> describeInstanceSqlHaHistoryStatesRequest) Describes the historical SQL Server High Availability states for Amazon EC2 instances that are enabled for Amazon EC2 High Availability for SQL Server monitoring.Ec2Client.describeInstanceSqlHaHistoryStates(Consumer<DescribeInstanceSqlHaHistoryStatesRequest.Builder> describeInstanceSqlHaHistoryStatesRequest) Describes the historical SQL Server High Availability states for Amazon EC2 instances that are enabled for Amazon EC2 High Availability for SQL Server monitoring. -
Uses of DescribeInstanceSqlHaHistoryStatesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeInstanceSqlHaHistoryStatesRequest.BuilderModifier and TypeMethodDescriptionDescribeInstanceSqlHaHistoryStatesRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The end data and time of the period for which to get historical SQL Server High Availability states.DescribeInstanceSqlHaHistoryStatesRequest.Builder.filters(Collection<Filter> filters) One or more filters to apply to the results.DescribeInstanceSqlHaHistoryStatesRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters to apply to the results.One or more filters to apply to the results.DescribeInstanceSqlHaHistoryStatesRequest.Builder.instanceIds(String... instanceIds) The IDs of the SQL Server High Availability instances to describe.DescribeInstanceSqlHaHistoryStatesRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the SQL Server High Availability instances to describe.DescribeInstanceSqlHaHistoryStatesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return for the request in a single page.The token to use to retrieve the next page of results.DescribeInstanceSqlHaHistoryStatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeInstanceSqlHaHistoryStatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The start data and time of the period for which to get the historical SQL Server High Availability states.DescribeInstanceSqlHaHistoryStatesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeInstanceSqlHaHistoryStatesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeInstanceSqlHaHistoryStatesRequest.Builder>DescribeInstanceSqlHaHistoryStatesRequest.serializableBuilderClass()