Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxVolumeResponse
-
Packages that use UpdateKxVolumeResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxVolumeResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxVolumeResponse Modifier and Type Method Description default UpdateKxVolumeResponseFinspaceClient. updateKxVolume(Consumer<UpdateKxVolumeRequest.Builder> updateKxVolumeRequest)Updates the throughput or capacity of a volume.default UpdateKxVolumeResponseFinspaceClient. updateKxVolume(UpdateKxVolumeRequest updateKxVolumeRequest)Updates the throughput or capacity of a volume.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxVolumeResponse Modifier and Type Method Description default CompletableFuture<UpdateKxVolumeResponse>FinspaceAsyncClient. updateKxVolume(Consumer<UpdateKxVolumeRequest.Builder> updateKxVolumeRequest)Updates the throughput or capacity of a volume.default CompletableFuture<UpdateKxVolumeResponse>FinspaceAsyncClient. updateKxVolume(UpdateKxVolumeRequest updateKxVolumeRequest)Updates the throughput or capacity of a volume.
-