Uses of Class
com.amazonaws.services.directory.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateSnapshotRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotResultAbstractAWSDirectoryService. createSnapshot(CreateSnapshotRequest request)CreateSnapshotResultAWSDirectoryService. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.CreateSnapshotResultAWSDirectoryServiceClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.Future<CreateSnapshotResult>AbstractAWSDirectoryServiceAsync. createSnapshotAsync(CreateSnapshotRequest request)Future<CreateSnapshotResult>AbstractAWSDirectoryServiceAsync. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)Future<CreateSnapshotResult>AWSDirectoryServiceAsync. createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.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)Future<CreateSnapshotResult>AWSDirectoryServiceAsyncClient. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)Method parameters in com.amazonaws.services.directory with type arguments of type CreateSnapshotRequest 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 CreateSnapshotRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotRequestCreateSnapshotRequest. clone()CreateSnapshotRequestCreateSnapshotRequest. withDirectoryId(String directoryId)The identifier of the directory of which to take a snapshot.CreateSnapshotRequestCreateSnapshotRequest. withName(String name)The descriptive name to apply to the snapshot.
-