Uses of Interface
software.amazon.awssdk.services.directory.model.RestoreFromSnapshotRequest.Builder
-
Packages that use RestoreFromSnapshotRequest.Builder Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.model -
-
Uses of RestoreFromSnapshotRequest.Builder in software.amazon.awssdk.services.directory
Method parameters in software.amazon.awssdk.services.directory with type arguments of type RestoreFromSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<RestoreFromSnapshotResponse>DirectoryAsyncClient. restoreFromSnapshot(Consumer<RestoreFromSnapshotRequest.Builder> restoreFromSnapshotRequest)Restores a directory using an existing directory snapshot.default RestoreFromSnapshotResponseDirectoryClient. restoreFromSnapshot(Consumer<RestoreFromSnapshotRequest.Builder> restoreFromSnapshotRequest)Restores a directory using an existing directory snapshot. -
Uses of RestoreFromSnapshotRequest.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return RestoreFromSnapshotRequest.Builder Modifier and Type Method Description static RestoreFromSnapshotRequest.BuilderRestoreFromSnapshotRequest. builder()RestoreFromSnapshotRequest.BuilderRestoreFromSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RestoreFromSnapshotRequest.BuilderRestoreFromSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RestoreFromSnapshotRequest.BuilderRestoreFromSnapshotRequest.Builder. snapshotId(String snapshotId)The identifier of the snapshot to restore from.RestoreFromSnapshotRequest.BuilderRestoreFromSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type RestoreFromSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends RestoreFromSnapshotRequest.Builder>RestoreFromSnapshotRequest. serializableBuilderClass()
-