Uses of Class
com.amazonaws.services.storagegateway.model.StartGatewayResult
-
Packages that use StartGatewayResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of StartGatewayResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return StartGatewayResult Modifier and Type Method Description StartGatewayResultAbstractAWSStorageGateway. startGateway(StartGatewayRequest request)StartGatewayResultAWSStorageGateway. startGateway(StartGatewayRequest startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).StartGatewayResultAWSStorageGatewayClient. startGateway(StartGatewayRequest startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).Method parameters in com.amazonaws.services.storagegateway with type arguments of type StartGatewayResult Modifier and Type Method Description Future<StartGatewayResult>AbstractAWSStorageGatewayAsync. startGatewayAsync(StartGatewayRequest request, AsyncHandler<StartGatewayRequest,StartGatewayResult> asyncHandler)Future<StartGatewayResult>AWSStorageGatewayAsync. startGatewayAsync(StartGatewayRequest startGatewayRequest, AsyncHandler<StartGatewayRequest,StartGatewayResult> asyncHandler)Starts a gateway that you previously shut down (see ShutdownGateway).Future<StartGatewayResult>AWSStorageGatewayAsyncClient. startGatewayAsync(StartGatewayRequest request, AsyncHandler<StartGatewayRequest,StartGatewayResult> asyncHandler) -
Uses of StartGatewayResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return StartGatewayResult Modifier and Type Method Description StartGatewayResultStartGatewayResult. clone()StartGatewayResultStartGatewayResult. withGatewayARN(String gatewayARN)
-