| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
UserStackAssociation.Builder |
UserStackAssociation.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation.Builder |
UserStackAssociation.Builder.authenticationType(String authenticationType)
The authentication type for the user.
|
static UserStackAssociation.Builder |
UserStackAssociation.builder() |
UserStackAssociation.Builder |
UserStackAssociation.Builder.sendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
UserStackAssociation.Builder |
UserStackAssociation.Builder.stackName(String stackName)
The name of the stack that is associated with the user.
|
UserStackAssociation.Builder |
UserStackAssociation.toBuilder() |
UserStackAssociation.Builder |
UserStackAssociation.Builder.userName(String userName)
The email address of the user who is associated with the stack.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserStackAssociation.Builder> |
UserStackAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserStackAssociationError.Builder |
UserStackAssociationError.Builder.userStackAssociation(Consumer<UserStackAssociation.Builder> userStackAssociation)
Information about the user and associated stack.
|
Copyright © 2023. All rights reserved.