Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableApplicationStatusCheckSuppressionRequest.Builder
Packages that use EnableApplicationStatusCheckSuppressionRequest.Builder
Package
Description
-
Uses of EnableApplicationStatusCheckSuppressionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableApplicationStatusCheckSuppressionRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableApplicationStatusCheckSuppression(Consumer<EnableApplicationStatusCheckSuppressionRequest.Builder> enableApplicationStatusCheckSuppressionRequest) Suppresses application status checks for the specified instances.Ec2Client.enableApplicationStatusCheckSuppression(Consumer<EnableApplicationStatusCheckSuppressionRequest.Builder> enableApplicationStatusCheckSuppressionRequest) Suppresses application status checks for the specified instances. -
Uses of EnableApplicationStatusCheckSuppressionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableApplicationStatusCheckSuppressionRequest.BuilderModifier and TypeMethodDescriptionEnableApplicationStatusCheckSuppressionRequest.builder()EnableApplicationStatusCheckSuppressionRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.EnableApplicationStatusCheckSuppressionRequest.Builder.durationSeconds(Integer durationSeconds) The duration, in seconds, for which to suppress application status checks.EnableApplicationStatusCheckSuppressionRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances for which to suppress application status checks.EnableApplicationStatusCheckSuppressionRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances for which to suppress application status checks.EnableApplicationStatusCheckSuppressionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableApplicationStatusCheckSuppressionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableApplicationStatusCheckSuppressionRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableApplicationStatusCheckSuppressionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableApplicationStatusCheckSuppressionRequest.Builder>EnableApplicationStatusCheckSuppressionRequest.serializableBuilderClass()