Uses of Class
software.amazon.awssdk.services.ec2.model.UnsuccessfulAssociationResponseObject
Packages that use UnsuccessfulAssociationResponseObject
-
Uses of UnsuccessfulAssociationResponseObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnsuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.unsuccessfulResults()The associations that failed to be created.DisassociateApplicationStatusCheckResponse.unsuccessfulResults()The associations that failed to be removed.Methods in software.amazon.awssdk.services.ec2.model with parameters of type UnsuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(UnsuccessfulAssociationResponseObject... unsuccessfulResults) The associations that failed to be created.DisassociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(UnsuccessfulAssociationResponseObject... unsuccessfulResults) The associations that failed to be removed.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type UnsuccessfulAssociationResponseObjectModifier and TypeMethodDescriptionAssociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(Collection<UnsuccessfulAssociationResponseObject> unsuccessfulResults) The associations that failed to be created.DisassociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(Collection<UnsuccessfulAssociationResponseObject> unsuccessfulResults) The associations that failed to be removed.