Uses of Class
software.amazon.awssdk.services.appstream.model.UserStackAssociation
-
Packages that use UserStackAssociation Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of UserStackAssociation in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return UserStackAssociation Modifier and Type Method Description UserStackAssociationUserStackAssociationError. userStackAssociation()Information about the user and associated stack.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type UserStackAssociation Modifier and Type Method Description List<UserStackAssociation>BatchAssociateUserStackRequest. userStackAssociations()The list of UserStackAssociation objects.List<UserStackAssociation>BatchDisassociateUserStackRequest. userStackAssociations()The list of UserStackAssociation objects.List<UserStackAssociation>DescribeUserStackAssociationsResponse. userStackAssociations()The UserStackAssociation objects.Methods in software.amazon.awssdk.services.appstream.model with parameters of type UserStackAssociation Modifier and Type Method Description UserStackAssociationError.BuilderUserStackAssociationError.Builder. userStackAssociation(UserStackAssociation userStackAssociation)Information about the user and associated stack.BatchAssociateUserStackRequest.BuilderBatchAssociateUserStackRequest.Builder. userStackAssociations(UserStackAssociation... userStackAssociations)The list of UserStackAssociation objects.BatchDisassociateUserStackRequest.BuilderBatchDisassociateUserStackRequest.Builder. userStackAssociations(UserStackAssociation... userStackAssociations)The list of UserStackAssociation objects.DescribeUserStackAssociationsResponse.BuilderDescribeUserStackAssociationsResponse.Builder. userStackAssociations(UserStackAssociation... userStackAssociations)The UserStackAssociation objects.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type UserStackAssociation Modifier and Type Method Description BatchAssociateUserStackRequest.BuilderBatchAssociateUserStackRequest.Builder. userStackAssociations(Collection<UserStackAssociation> userStackAssociations)The list of UserStackAssociation objects.BatchDisassociateUserStackRequest.BuilderBatchDisassociateUserStackRequest.Builder. userStackAssociations(Collection<UserStackAssociation> userStackAssociations)The list of UserStackAssociation objects.DescribeUserStackAssociationsResponse.BuilderDescribeUserStackAssociationsResponse.Builder. userStackAssociations(Collection<UserStackAssociation> userStackAssociations)The UserStackAssociation objects.
-