Uses of Class
software.amazon.awssdk.services.ec2.model.CustomTagKeyValueRequestPair
Packages that use CustomTagKeyValueRequestPair
-
Uses of CustomTagKeyValueRequestPair in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CustomTagKeyValueRequestPairModifier and TypeMethodDescriptionfinal List<CustomTagKeyValueRequestPair>AssociateApplicationStatusCheckRequest.targetTagAssociations()The tags to associate the application status check with.final List<CustomTagKeyValueRequestPair>DisassociateApplicationStatusCheckRequest.targetTagAssociations()The tags to disassociate from the application status check.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CustomTagKeyValueRequestPairModifier and TypeMethodDescriptionAssociateApplicationStatusCheckRequest.Builder.targetTagAssociations(CustomTagKeyValueRequestPair... targetTagAssociations) The tags to associate the application status check with.DisassociateApplicationStatusCheckRequest.Builder.targetTagAssociations(CustomTagKeyValueRequestPair... targetTagAssociations) The tags to disassociate from the application status check.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CustomTagKeyValueRequestPairModifier and TypeMethodDescriptionAssociateApplicationStatusCheckRequest.Builder.targetTagAssociations(Collection<CustomTagKeyValueRequestPair> targetTagAssociations) The tags to associate the application status check with.DisassociateApplicationStatusCheckRequest.Builder.targetTagAssociations(Collection<CustomTagKeyValueRequestPair> targetTagAssociations) The tags to disassociate from the application status check.