Uses of Class
software.amazon.awssdk.services.directory.model.RestoreFromSnapshotRequest
-
Packages that use RestoreFromSnapshotRequest Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.transform -
-
Uses of RestoreFromSnapshotRequest in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory with parameters of type RestoreFromSnapshotRequest Modifier and Type Method Description default CompletableFuture<RestoreFromSnapshotResponse>DirectoryAsyncClient. restoreFromSnapshot(RestoreFromSnapshotRequest restoreFromSnapshotRequest)Restores a directory using an existing directory snapshot.default RestoreFromSnapshotResponseDirectoryClient. restoreFromSnapshot(RestoreFromSnapshotRequest restoreFromSnapshotRequest)Restores a directory using an existing directory snapshot. -
Uses of RestoreFromSnapshotRequest in software.amazon.awssdk.services.directory.transform
Methods in software.amazon.awssdk.services.directory.transform with parameters of type RestoreFromSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestRestoreFromSnapshotRequestMarshaller. marshall(RestoreFromSnapshotRequest restoreFromSnapshotRequest)
-