| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountCredentials |
ServiceAccountCredentials.clone() |
ServiceAccountCredentials |
DirectoryConfig.getServiceAccountCredentials()
The AccountName and AccountPassword of the service account, to be used by the streaming instance to
connect to the directory.
|
ServiceAccountCredentials |
UpdateDirectoryConfigRequest.getServiceAccountCredentials()
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory
|
ServiceAccountCredentials |
CreateDirectoryConfigRequest.getServiceAccountCredentials()
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory.
|
ServiceAccountCredentials |
ServiceAccountCredentials.withAccountName(String accountName)
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the
directory.
|
ServiceAccountCredentials |
ServiceAccountCredentials.withAccountPassword(String accountPassword)
The password for the user account for directory actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryConfig.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword of the service account, to be used by the streaming instance to
connect to the directory.
|
void |
UpdateDirectoryConfigRequest.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory
|
void |
CreateDirectoryConfigRequest.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory.
|
DirectoryConfig |
DirectoryConfig.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword of the service account, to be used by the streaming instance to
connect to the directory.
|
UpdateDirectoryConfigRequest |
UpdateDirectoryConfigRequest.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory
|
CreateDirectoryConfigRequest |
CreateDirectoryConfigRequest.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The AccountName and AccountPassword values for the service account, which are used by the streaming
instance to connect to the directory.
|
Copyright © 2017. All rights reserved.