Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateApplicationStatusCheckRequest.Builder
Packages that use AssociateApplicationStatusCheckRequest.Builder
Package
Description
-
Uses of AssociateApplicationStatusCheckRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateApplicationStatusCheck(Consumer<AssociateApplicationStatusCheckRequest.Builder> associateApplicationStatusCheckRequest) Associates an application status check with instances or tags.Ec2Client.associateApplicationStatusCheck(Consumer<AssociateApplicationStatusCheckRequest.Builder> associateApplicationStatusCheckRequest) Associates an application status check with instances or tags. -
Uses of AssociateApplicationStatusCheckRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionAssociateApplicationStatusCheckRequest.Builder.applicationStatusCheckId(String applicationStatusCheckId) The ID of the application status check to associate.AssociateApplicationStatusCheckRequest.builder()AssociateApplicationStatusCheckRequest.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.AssociateApplicationStatusCheckRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances to associate with the application status check.AssociateApplicationStatusCheckRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances to associate with the application status check.AssociateApplicationStatusCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateApplicationStatusCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateApplicationStatusCheckRequest.Builder.targetTagAssociations(Collection<CustomTagKeyValueRequestPair> targetTagAssociations) The tags to associate the application status check with.AssociateApplicationStatusCheckRequest.Builder.targetTagAssociations(Consumer<CustomTagKeyValueRequestPair.Builder>... targetTagAssociations) The tags to associate the application status check with.AssociateApplicationStatusCheckRequest.Builder.targetTagAssociations(CustomTagKeyValueRequestPair... targetTagAssociations) The tags to associate the application status check with.AssociateApplicationStatusCheckRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateApplicationStatusCheckRequest.Builder>AssociateApplicationStatusCheckRequest.serializableBuilderClass()