| 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 UpdateSnapshotResponse |
FSxClient.updateSnapshot(Consumer<UpdateSnapshotRequest.Builder> updateSnapshotRequest)
Updates the name of an Amazon FSx for OpenZFS snapshot.
|
default CompletableFuture<UpdateSnapshotResponse> |
FSxAsyncClient.updateSnapshot(Consumer<UpdateSnapshotRequest.Builder> updateSnapshotRequest)
Updates the name of an Amazon FSx for OpenZFS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.builder() |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.name(String name)
The name of the snapshot to update.
|
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.snapshotId(String snapshotId)
The ID of the snapshot that you want to update, in the format
fsvolsnap-0123456789abcdef0. |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSnapshotRequest.Builder> |
UpdateSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.