Uses of Class
software.amazon.awssdk.services.ec2.model.SuccessfulAssociationResponseObject
Packages that use SuccessfulAssociationResponseObject
-
Uses of SuccessfulAssociationResponseObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.successfulResults()The associations that were successfully created.DisassociateApplicationStatusCheckResponse.successfulResults()The associations that were successfully removed.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.Builder.successfulResults(SuccessfulAssociationResponseObject... successfulResults) The associations that were successfully created.DisassociateApplicationStatusCheckResponse.Builder.successfulResults(SuccessfulAssociationResponseObject... successfulResults) The associations that were successfully removed.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.Builder.successfulResults(Collection<SuccessfulAssociationResponseObject> successfulResults) The associations that were successfully created.DisassociateApplicationStatusCheckResponse.Builder.successfulResults(Collection<SuccessfulAssociationResponseObject> successfulResults) The associations that were successfully removed.