Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxVolumeRequest
-
Packages that use CreateKxVolumeRequest Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.transform -
-
Uses of CreateKxVolumeRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type CreateKxVolumeRequest Modifier and Type Method Description default CompletableFuture<CreateKxVolumeResponse>FinspaceAsyncClient. createKxVolume(CreateKxVolumeRequest 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. -
Uses of CreateKxVolumeRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type CreateKxVolumeRequest Modifier and Type Method Description SdkHttpFullRequestCreateKxVolumeRequestMarshaller. marshall(CreateKxVolumeRequest createKxVolumeRequest)
-