| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.fromValue(String value)
Use this in place of valueOf.
|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsRequest.setAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
void |
Session.setAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
User |
User.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation |
UserStackAssociation.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
EnableUserRequest |
EnableUserRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DisableUserRequest |
DisableUserRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DescribeUsersRequest |
DescribeUsersRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the users in the user pool to describe.
|
DescribeUserStackAssociationsRequest |
DescribeUserStackAssociationsRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user who is associated with the stack.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
DeleteUserRequest |
DeleteUserRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
CreateUserRequest |
CreateUserRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
Session |
Session.withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
Copyright © 2022. All rights reserved.