Uses of Class
software.amazon.awssdk.services.glacier.model.ProvisionedCapacityDescription
-
Packages that use ProvisionedCapacityDescription Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of ProvisionedCapacityDescription in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type ProvisionedCapacityDescription Modifier and Type Method Description List<ProvisionedCapacityDescription>ListProvisionedCapacityResponse. provisionedCapacityList()The response body contains the following JSON fields.Methods in software.amazon.awssdk.services.glacier.model with parameters of type ProvisionedCapacityDescription Modifier and Type Method Description ListProvisionedCapacityResponse.BuilderListProvisionedCapacityResponse.Builder. provisionedCapacityList(ProvisionedCapacityDescription... provisionedCapacityList)The response body contains the following JSON fields.Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type ProvisionedCapacityDescription Modifier and Type Method Description ListProvisionedCapacityResponse.BuilderListProvisionedCapacityResponse.Builder. provisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)The response body contains the following JSON fields.
-