| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
UserStackAssociationError |
UserStackAssociationError.clone() |
UserStackAssociationError |
UserStackAssociationError.withErrorCode(String errorCode)
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
|
UserStackAssociationError |
UserStackAssociationError.withErrorCode(UserStackAssociationErrorCode errorCode)
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
|
UserStackAssociationError |
UserStackAssociationError.withErrorMessage(String errorMessage)
The error message for the error that is returned when a user can’t be associated with or disassociated from a
stack.
|
UserStackAssociationError |
UserStackAssociationError.withUserStackAssociation(UserStackAssociation userStackAssociation)
Information about the user and associated stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserStackAssociationError> |
BatchAssociateUserStackResult.getErrors()
The list of UserStackAssociationError objects.
|
List<UserStackAssociationError> |
BatchDisassociateUserStackResult.getErrors()
The list of UserStackAssociationError objects.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateUserStackResult |
BatchAssociateUserStackResult.withErrors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
|
BatchDisassociateUserStackResult |
BatchDisassociateUserStackResult.withErrors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateUserStackResult.setErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
void |
BatchDisassociateUserStackResult.setErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
BatchAssociateUserStackResult |
BatchAssociateUserStackResult.withErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
BatchDisassociateUserStackResult |
BatchDisassociateUserStackResult.withErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
Copyright © 2021. All rights reserved.