Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ShutdownGatewayRequest.Builder
-
Packages that use ShutdownGatewayRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ShutdownGatewayRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ShutdownGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<ShutdownGatewayResponse>StorageGatewayAsyncClient. shutdownGateway(Consumer<ShutdownGatewayRequest.Builder> shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway.default ShutdownGatewayResponseStorageGatewayClient. shutdownGateway(Consumer<ShutdownGatewayRequest.Builder> shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway. -
Uses of ShutdownGatewayRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ShutdownGatewayRequest.Builder Modifier and Type Method Description static ShutdownGatewayRequest.BuilderShutdownGatewayRequest. builder()ShutdownGatewayRequest.BuilderShutdownGatewayRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.ShutdownGatewayRequest.BuilderShutdownGatewayRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ShutdownGatewayRequest.BuilderShutdownGatewayRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ShutdownGatewayRequest.BuilderShutdownGatewayRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ShutdownGatewayRequest.Builder Modifier and Type Method Description static Class<? extends ShutdownGatewayRequest.Builder>ShutdownGatewayRequest. serializableBuilderClass()
-