| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountCredentials |
ServiceAccountCredentials.clone() |
ServiceAccountCredentials |
UpdateDirectoryConfigRequest.getServiceAccountCredentials()
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
ServiceAccountCredentials |
CreateDirectoryConfigRequest.getServiceAccountCredentials()
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
ServiceAccountCredentials |
DirectoryConfig.getServiceAccountCredentials()
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
ServiceAccountCredentials |
ServiceAccountCredentials.withAccountName(String accountName)
The user name of the account.
|
ServiceAccountCredentials |
ServiceAccountCredentials.withAccountPassword(String accountPassword)
The password for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDirectoryConfigRequest.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
void |
CreateDirectoryConfigRequest.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
void |
DirectoryConfig.setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
UpdateDirectoryConfigRequest |
UpdateDirectoryConfigRequest.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
CreateDirectoryConfigRequest |
CreateDirectoryConfigRequest.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
DirectoryConfig |
DirectoryConfig.withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
Copyright © 2024. All rights reserved.