Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteGatewayRequest
-
Packages that use DeleteGatewayRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of DeleteGatewayRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type DeleteGatewayRequest Modifier and Type Method Description default CompletableFuture<DeleteGatewayResponse>StorageGatewayAsyncClient. deleteGateway(DeleteGatewayRequest deleteGatewayRequest)Deletes a gateway.default DeleteGatewayResponseStorageGatewayClient. deleteGateway(DeleteGatewayRequest deleteGatewayRequest)Deletes a gateway. -
Uses of DeleteGatewayRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type DeleteGatewayRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGatewayRequestMarshaller. marshall(DeleteGatewayRequest deleteGatewayRequest)
-