| 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 UpdateVolumeResponse |
FSxClient.updateVolume(Consumer<UpdateVolumeRequest.Builder> updateVolumeRequest)
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
|
default CompletableFuture<UpdateVolumeResponse> |
FSxAsyncClient.updateVolume(Consumer<UpdateVolumeRequest.Builder> updateVolumeRequest)
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateVolumeRequest.Builder |
UpdateVolumeRequest.builder() |
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.name(String name)
The name of the OpenZFS volume.
|
default UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.ontapConfiguration(Consumer<UpdateOntapVolumeConfiguration.Builder> ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.ontapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
default UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.openZFSConfiguration(Consumer<UpdateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.openZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.toBuilder() |
UpdateVolumeRequest.Builder |
UpdateVolumeRequest.Builder.volumeId(String volumeId)
The ID of the volume that you want to update, in the format
fsvol-0123456789abcdef0. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVolumeRequest.Builder> |
UpdateVolumeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.