Uses of Class
software.amazon.awssdk.services.appstream.model.AuthenticationType
-
Packages that use AuthenticationType Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of AuthenticationType in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return AuthenticationType Modifier and Type Method Description AuthenticationTypeCreateUserRequest. authenticationType()The authentication type for the user.AuthenticationTypeDeleteUserRequest. authenticationType()The authentication type for the user.AuthenticationTypeDescribeSessionsRequest. authenticationType()The authentication method.AuthenticationTypeDescribeUsersRequest. authenticationType()The authentication type for the users in the user pool to describe.AuthenticationTypeDescribeUserStackAssociationsRequest. authenticationType()The authentication type for the user who is associated with the stack.AuthenticationTypeDisableUserRequest. authenticationType()The authentication type for the user.AuthenticationTypeEnableUserRequest. authenticationType()The authentication type for the user.AuthenticationTypeSession. authenticationType()The authentication method.AuthenticationTypeUser. authenticationType()The authentication type for the user.AuthenticationTypeUserStackAssociation. authenticationType()The authentication type for the user.static AuthenticationTypeAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationTypeAuthenticationType. 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.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type AuthenticationType Modifier and Type Method Description static Set<AuthenticationType>AuthenticationType. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type AuthenticationType Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.DeleteUserRequest.BuilderDeleteUserRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.DescribeSessionsRequest.BuilderDescribeSessionsRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication method.DescribeUsersRequest.BuilderDescribeUsersRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the users in the user pool to describe.DescribeUserStackAssociationsRequest.BuilderDescribeUserStackAssociationsRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user who is associated with the stack.DisableUserRequest.BuilderDisableUserRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.EnableUserRequest.BuilderEnableUserRequest.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.Session.BuilderSession.Builder. authenticationType(AuthenticationType authenticationType)The authentication method.User.BuilderUser.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.UserStackAssociation.BuilderUserStackAssociation.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.
-