Uses of Class
software.amazon.awssdk.services.appstream.model.UserStackAssociationError
-
Packages that use UserStackAssociationError Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of UserStackAssociationError in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type UserStackAssociationError Modifier and Type Method Description List<UserStackAssociationError>BatchAssociateUserStackResponse. errors()The list of UserStackAssociationError objects.List<UserStackAssociationError>BatchDisassociateUserStackResponse. errors()The list of UserStackAssociationError objects.Methods in software.amazon.awssdk.services.appstream.model with parameters of type UserStackAssociationError Modifier and Type Method Description BatchAssociateUserStackResponse.BuilderBatchAssociateUserStackResponse.Builder. errors(UserStackAssociationError... errors)The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse.Builder. errors(UserStackAssociationError... errors)The list of UserStackAssociationError objects.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type UserStackAssociationError Modifier and Type Method Description BatchAssociateUserStackResponse.BuilderBatchAssociateUserStackResponse.Builder. errors(Collection<UserStackAssociationError> errors)The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.BuilderBatchDisassociateUserStackResponse.Builder. errors(Collection<UserStackAssociationError> errors)The list of UserStackAssociationError objects.
-