Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxVolumeResponse
-
Packages that use CreateKxVolumeResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of CreateKxVolumeResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return CreateKxVolumeResponse Modifier and Type Method Description default CreateKxVolumeResponseFinspaceClient. createKxVolume(Consumer<CreateKxVolumeRequest.Builder> createKxVolumeRequest)Creates a new volume with a specific amount of throughput and storage capacity.default CreateKxVolumeResponseFinspaceClient. createKxVolume(CreateKxVolumeRequest createKxVolumeRequest)Creates a new volume with a specific amount of throughput and storage capacity.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type CreateKxVolumeResponse Modifier and Type Method Description default CompletableFuture<CreateKxVolumeResponse>FinspaceAsyncClient. createKxVolume(Consumer<CreateKxVolumeRequest.Builder> createKxVolumeRequest)Creates a new volume with a specific amount of throughput and storage capacity.default CompletableFuture<CreateKxVolumeResponse>FinspaceAsyncClient. createKxVolume(CreateKxVolumeRequest createKxVolumeRequest)Creates a new volume with a specific amount of throughput and storage capacity.
-