Uses of Interface
software.amazon.awssdk.services.fsx.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.Builder Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.model -
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.fsx
Method parameters in software.amazon.awssdk.services.fsx with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>FSxAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume.default CreateSnapshotResponseFSxClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. clientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. name(String name)The name of the snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. volumeId(String volumeId)The ID of the volume that you are taking a snapshot of.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-