| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
CreateUserRequest.authenticationType()
The authentication type for the user.
|
AuthenticationType |
UserStackAssociation.authenticationType()
The authentication type for the user.
|
AuthenticationType |
DeleteUserRequest.authenticationType()
The authentication type for the user.
|
AuthenticationType |
DisableUserRequest.authenticationType()
The authentication type for the user.
|
AuthenticationType |
DescribeSessionsRequest.authenticationType()
The authentication method.
|
AuthenticationType |
User.authenticationType()
The authentication type for the user.
|
AuthenticationType |
DescribeUserStackAssociationsRequest.authenticationType()
The authentication type for the user who is associated with the stack.
|
AuthenticationType |
Session.authenticationType()
The authentication method.
|
AuthenticationType |
EnableUserRequest.authenticationType()
The authentication type for the user.
|
AuthenticationType |
DescribeUsersRequest.authenticationType()
The authentication type for the users in the user pool to describe.
|
static AuthenticationType |
AuthenticationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuthenticationType> |
AuthenticationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
CreateUserRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation.Builder |
UserStackAssociation.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DeleteUserRequest.Builder |
DeleteUserRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DisableUserRequest.Builder |
DisableUserRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DescribeSessionsRequest.Builder |
DescribeSessionsRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication method.
|
User.Builder |
User.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DescribeUserStackAssociationsRequest.Builder |
DescribeUserStackAssociationsRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user who is associated with the stack.
|
Session.Builder |
Session.Builder.authenticationType(AuthenticationType authenticationType)
The authentication method.
|
EnableUserRequest.Builder |
EnableUserRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DescribeUsersRequest.Builder |
DescribeUsersRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type for the users in the user pool to describe.
|
Copyright © 2023. All rights reserved.