Uses of Class
software.amazon.awssdk.services.storagegateway.model.GatewayCapacity
-
Packages that use GatewayCapacity Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of GatewayCapacity in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return GatewayCapacity Modifier and Type Method Description static GatewayCapacityGatewayCapacity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GatewayCapacityDescribeGatewayInformationResponse. gatewayCapacity()Specifies the size of the gateway's metadata cache.GatewayCapacityUpdateGatewayInformationRequest. gatewayCapacity()Specifies the size of the gateway's metadata cache.static GatewayCapacityGatewayCapacity. valueOf(String name)Returns the enum constant of this type with the specified name.static GatewayCapacity[]GatewayCapacity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type GatewayCapacity Modifier and Type Method Description static Set<GatewayCapacity>GatewayCapacity. knownValues()List<GatewayCapacity>DescribeGatewayInformationResponse. supportedGatewayCapacities()A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type GatewayCapacity Modifier and Type Method Description DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. gatewayCapacity(GatewayCapacity gatewayCapacity)Specifies the size of the gateway's metadata cache.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayCapacity(GatewayCapacity gatewayCapacity)Specifies the size of the gateway's metadata cache.DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. supportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type GatewayCapacity Modifier and Type Method Description DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. supportedGatewayCapacities(Collection<GatewayCapacity> supportedGatewayCapacities)A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
-