Uses of Interface
software.amazon.awssdk.services.appstream.model.BatchDisassociateUserStackResponse.Builder
-
Packages that use BatchDisassociateUserStackResponse.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of BatchDisassociateUserStackResponse.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return BatchDisassociateUserStackResponse.Builder Modifier and Type Method Description static BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse. builder()BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse.Builder. errors(Collection<UserStackAssociationError> errors)The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse.Builder. errors(Consumer<UserStackAssociationError.Builder>... errors)The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse.Builder. errors(UserStackAssociationError... errors)The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type BatchDisassociateUserStackResponse.Builder Modifier and Type Method Description static Class<? extends BatchDisassociateUserStackResponse.Builder>BatchDisassociateUserStackResponse. serializableBuilderClass()
-