| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDirectorySetupResult> |
AbstractAWSDirectoryServiceAsync.updateDirectorySetupAsync(UpdateDirectorySetupRequest request,
AsyncHandler<UpdateDirectorySetupRequest,UpdateDirectorySetupResult> asyncHandler) |
Future<UpdateDirectorySetupResult> |
AWSDirectoryServiceAsync.updateDirectorySetupAsync(UpdateDirectorySetupRequest updateDirectorySetupRequest,
AsyncHandler<UpdateDirectorySetupRequest,UpdateDirectorySetupResult> asyncHandler)
Updates the directory for a particular update type.
|
Future<UpdateDirectorySetupResult> |
AWSDirectoryServiceAsyncClient.updateDirectorySetupAsync(UpdateDirectorySetupRequest request,
AsyncHandler<UpdateDirectorySetupRequest,UpdateDirectorySetupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.clone() |
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.withCreateSnapshotBeforeUpdate(Boolean createSnapshotBeforeUpdate)
The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.
|
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.withDirectoryId(String directoryId)
The identifier of the directory on which you want to perform the update.
|
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.withOSUpdateSettings(OSUpdateSettings oSUpdateSettings)
The settings for the OS update that needs to be performed on the directory.
|
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.withUpdateType(String updateType)
The type of update that needs to be performed on the directory.
|
UpdateDirectorySetupRequest |
UpdateDirectorySetupRequest.withUpdateType(UpdateType updateType)
The type of update that needs to be performed on the directory.
|
Copyright © 2024. All rights reserved.