Uses of Class
com.amazonaws.services.directory.model.RestoreFromSnapshotRequest
Packages that use RestoreFromSnapshotRequest
-
Uses of RestoreFromSnapshotRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type RestoreFromSnapshotRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.restoreFromSnapshot(RestoreFromSnapshotRequest request) AWSDirectoryService.restoreFromSnapshot(RestoreFromSnapshotRequest restoreFromSnapshotRequest) Restores a directory using an existing directory snapshot.AWSDirectoryServiceClient.restoreFromSnapshot(RestoreFromSnapshotRequest restoreFromSnapshotRequest) Restores a directory using an existing directory snapshot.AbstractAWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request) AbstractAWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest) Restores a directory using an existing directory snapshot.AWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) Restores a directory using an existing directory snapshot.AWSDirectoryServiceAsyncClient.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request) AWSDirectoryServiceAsyncClient.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type RestoreFromSnapshotRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) Restores a directory using an existing directory snapshot.AWSDirectoryServiceAsyncClient.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request, AsyncHandler<RestoreFromSnapshotRequest, RestoreFromSnapshotResult> asyncHandler) -
Uses of RestoreFromSnapshotRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return RestoreFromSnapshotRequestModifier and TypeMethodDescriptionRestoreFromSnapshotRequest.clone()RestoreFromSnapshotRequest.withSnapshotId(String snapshotId) The identifier of the snapshot to restore from.