Uses of Class
com.amazonaws.services.directory.model.CreateSnapshotResult
-
Packages that use CreateSnapshotResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateSnapshotResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResult
AbstractAWSDirectoryService. createSnapshot(CreateSnapshotRequest request)
CreateSnapshotResult
AWSDirectoryService. createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.CreateSnapshotResult
AWSDirectoryServiceClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.Method parameters in com.amazonaws.services.directory with type arguments of type CreateSnapshotResult Modifier and Type Method Description Future<CreateSnapshotResult>
AbstractAWSDirectoryServiceAsync. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Future<CreateSnapshotResult>
AWSDirectoryServiceAsync. createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.Future<CreateSnapshotResult>
AWSDirectoryServiceAsyncClient. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
-
Uses of CreateSnapshotResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResult
CreateSnapshotResult. clone()
CreateSnapshotResult
CreateSnapshotResult. withSnapshotId(String snapshotId)
The identifier of the snapshot that was created.
-