Uses of Interface
software.amazon.awssdk.services.storagegateway.model.AddCacheRequest.Builder
-
Packages that use AddCacheRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of AddCacheRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type AddCacheRequest.Builder Modifier and Type Method Description default CompletableFuture<AddCacheResponse>StorageGatewayAsyncClient. addCache(Consumer<AddCacheRequest.Builder> addCacheRequest)Configures one or more gateway local disks as cache for a gateway.default AddCacheResponseStorageGatewayClient. addCache(Consumer<AddCacheRequest.Builder> addCacheRequest)Configures one or more gateway local disks as cache for a gateway. -
Uses of AddCacheRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return AddCacheRequest.Builder Modifier and Type Method Description static AddCacheRequest.BuilderAddCacheRequest. builder()AddCacheRequest.BuilderAddCacheRequest.Builder. diskIds(String... diskIds)An array of strings that identify disks that are to be configured as working storage.AddCacheRequest.BuilderAddCacheRequest.Builder. diskIds(Collection<String> diskIds)An array of strings that identify disks that are to be configured as working storage.AddCacheRequest.BuilderAddCacheRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.AddCacheRequest.BuilderAddCacheRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddCacheRequest.BuilderAddCacheRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddCacheRequest.BuilderAddCacheRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AddCacheRequest.Builder Modifier and Type Method Description static Class<? extends AddCacheRequest.Builder>AddCacheRequest. serializableBuilderClass()
-