Uses of Interface
software.amazon.awssdk.services.directory.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.Builder Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.model -
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.directory
Method parameters in software.amazon.awssdk.services.directory with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>DirectoryAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.default CreateSnapshotResponseDirectoryClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. directoryId(String directoryId)The identifier of the directory of which to take a snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. name(String name)The descriptive name to apply to the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-