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