| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
FSxClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
|
default CompletableFuture<CreateSnapshotResponse> |
FSxAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.builder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.name(String name)
The name of the snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.toBuilder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.volumeId(String volumeId)
The ID of the volume that you are taking a snapshot of.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotRequest.Builder> |
CreateSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.