Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ListLocalDisksRequest.Builder
-
Packages that use ListLocalDisksRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ListLocalDisksRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ListLocalDisksRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLocalDisksResponse>StorageGatewayAsyncClient. listLocalDisks(Consumer<ListLocalDisksRequest.Builder> listLocalDisksRequest)Returns a list of the gateway's local disks.default ListLocalDisksResponseStorageGatewayClient. listLocalDisks(Consumer<ListLocalDisksRequest.Builder> listLocalDisksRequest)Returns a list of the gateway's local disks. -
Uses of ListLocalDisksRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ListLocalDisksRequest.Builder Modifier and Type Method Description static ListLocalDisksRequest.BuilderListLocalDisksRequest. builder()ListLocalDisksRequest.BuilderListLocalDisksRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.ListLocalDisksRequest.BuilderListLocalDisksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLocalDisksRequest.BuilderListLocalDisksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLocalDisksRequest.BuilderListLocalDisksRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ListLocalDisksRequest.Builder Modifier and Type Method Description static Class<? extends ListLocalDisksRequest.Builder>ListLocalDisksRequest. serializableBuilderClass()
-