Uses of Class
com.amazonaws.services.directory.model.CreateSnapshotResult
Packages that use CreateSnapshotResult
-
Uses of CreateSnapshotResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateSnapshotResultModifier and TypeMethodDescriptionAbstractAWSDirectoryService.createSnapshot
(CreateSnapshotRequest request) AWSDirectoryService.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.AWSDirectoryServiceClient.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.Methods in com.amazonaws.services.directory that return types with arguments of type CreateSnapshotResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest request) AbstractAWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.AWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.AWSDirectoryServiceAsyncClient.createSnapshotAsync
(CreateSnapshotRequest request) AWSDirectoryServiceAsyncClient.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type CreateSnapshotResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.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 CreateSnapshotResultModifier and TypeMethodDescriptionCreateSnapshotResult.clone()
CreateSnapshotResult.withSnapshotId
(String snapshotId) The identifier of the snapshot that was created.