Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateApplicationStatusCheckResponse.Builder
Packages that use DisassociateApplicationStatusCheckResponse.Builder
-
Uses of DisassociateApplicationStatusCheckResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisassociateApplicationStatusCheckResponse.BuilderModifier and TypeMethodDescriptionDisassociateApplicationStatusCheckResponse.builder()DisassociateApplicationStatusCheckResponse.Builder.successfulResults(Collection<SuccessfulAssociationResponseObject> successfulResults) The associations that were successfully removed.DisassociateApplicationStatusCheckResponse.Builder.successfulResults(Consumer<SuccessfulAssociationResponseObject.Builder>... successfulResults) The associations that were successfully removed.DisassociateApplicationStatusCheckResponse.Builder.successfulResults(SuccessfulAssociationResponseObject... successfulResults) The associations that were successfully removed.DisassociateApplicationStatusCheckResponse.toBuilder()DisassociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(Collection<UnsuccessfulAssociationResponseObject> unsuccessfulResults) The associations that failed to be removed.DisassociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(Consumer<UnsuccessfulAssociationResponseObject.Builder>... unsuccessfulResults) The associations that failed to be removed.DisassociateApplicationStatusCheckResponse.Builder.unsuccessfulResults(UnsuccessfulAssociationResponseObject... unsuccessfulResults) The associations that failed to be removed.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisassociateApplicationStatusCheckResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateApplicationStatusCheckResponse.Builder>DisassociateApplicationStatusCheckResponse.serializableBuilderClass()