Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxVolumeResponse
-
Packages that use GetKxVolumeResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of GetKxVolumeResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return GetKxVolumeResponse Modifier and Type Method Description default GetKxVolumeResponseFinspaceClient. getKxVolume(Consumer<GetKxVolumeRequest.Builder> getKxVolumeRequest)Retrieves the information about the volume.default GetKxVolumeResponseFinspaceClient. getKxVolume(GetKxVolumeRequest getKxVolumeRequest)Retrieves the information about the volume.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type GetKxVolumeResponse Modifier and Type Method Description default CompletableFuture<GetKxVolumeResponse>FinspaceAsyncClient. getKxVolume(Consumer<GetKxVolumeRequest.Builder> getKxVolumeRequest)Retrieves the information about the volume.default CompletableFuture<GetKxVolumeResponse>FinspaceAsyncClient. getKxVolume(GetKxVolumeRequest getKxVolumeRequest)Retrieves the information about the volume.
-