| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
UserStackAssociation |
UserStackAssociation.clone() |
UserStackAssociation |
UserStackAssociationError.getUserStackAssociation()
Information about the user and associated stack.
|
UserStackAssociation |
UserStackAssociation.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation |
UserStackAssociation.withAuthenticationType(String authenticationType)
The authentication type for the user.
|
UserStackAssociation |
UserStackAssociation.withSendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
UserStackAssociation |
UserStackAssociation.withStackName(String stackName)
The name of the stack that is associated with the user.
|
UserStackAssociation |
UserStackAssociation.withUserName(String userName)
The email address of the user who is associated with the stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserStackAssociation> |
BatchDisassociateUserStackRequest.getUserStackAssociations()
The list of UserStackAssociation objects.
|
List<UserStackAssociation> |
BatchAssociateUserStackRequest.getUserStackAssociations()
The list of UserStackAssociation objects.
|
List<UserStackAssociation> |
DescribeUserStackAssociationsResult.getUserStackAssociations()
The UserStackAssociation objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserStackAssociationError.setUserStackAssociation(UserStackAssociation userStackAssociation)
Information about the user and associated stack.
|
UserStackAssociationError |
UserStackAssociationError.withUserStackAssociation(UserStackAssociation userStackAssociation)
Information about the user and associated stack.
|
BatchDisassociateUserStackRequest |
BatchDisassociateUserStackRequest.withUserStackAssociations(UserStackAssociation... userStackAssociations)
The list of UserStackAssociation objects.
|
BatchAssociateUserStackRequest |
BatchAssociateUserStackRequest.withUserStackAssociations(UserStackAssociation... userStackAssociations)
The list of UserStackAssociation objects.
|
DescribeUserStackAssociationsResult |
DescribeUserStackAssociationsResult.withUserStackAssociations(UserStackAssociation... userStackAssociations)
The UserStackAssociation objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateUserStackRequest.setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
|
void |
BatchAssociateUserStackRequest.setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
|
void |
DescribeUserStackAssociationsResult.setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
|
BatchDisassociateUserStackRequest |
BatchDisassociateUserStackRequest.withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
|
BatchAssociateUserStackRequest |
BatchAssociateUserStackRequest.withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
|
DescribeUserStackAssociationsResult |
DescribeUserStackAssociationsResult.withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
|
Copyright © 2019. All rights reserved.