Uses of Class
software.amazon.awssdk.services.glacier.model.ListProvisionedCapacityResponse
-
Packages that use ListProvisionedCapacityResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListProvisionedCapacityResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListProvisionedCapacityResponse Modifier and Type Method Description default ListProvisionedCapacityResponseGlacierClient. listProvisionedCapacity()This operation lists the provisioned capacity units for the specified AWS account.default ListProvisionedCapacityResponseGlacierClient. listProvisionedCapacity(Consumer<ListProvisionedCapacityRequest.Builder> listProvisionedCapacityRequest)This operation lists the provisioned capacity units for the specified AWS account.default ListProvisionedCapacityResponseGlacierClient. listProvisionedCapacity(ListProvisionedCapacityRequest listProvisionedCapacityRequest)This operation lists the provisioned capacity units for the specified AWS account.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type ListProvisionedCapacityResponse Modifier and Type Method Description default CompletableFuture<ListProvisionedCapacityResponse>GlacierAsyncClient. listProvisionedCapacity()This operation lists the provisioned capacity units for the specified AWS account.default CompletableFuture<ListProvisionedCapacityResponse>GlacierAsyncClient. listProvisionedCapacity(Consumer<ListProvisionedCapacityRequest.Builder> listProvisionedCapacityRequest)This operation lists the provisioned capacity units for the specified AWS account.default CompletableFuture<ListProvisionedCapacityResponse>GlacierAsyncClient. listProvisionedCapacity(ListProvisionedCapacityRequest listProvisionedCapacityRequest)This operation lists the provisioned capacity units for the specified AWS account.
-