Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetDeploymentRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentRequest Modifier and Type Method Description Future<GetDeploymentResult>
AbstractAmazonApiGatewayAsync. getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Future<GetDeploymentResult>
AmazonApiGatewayAsync. getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a Deployment resource.Future<GetDeploymentResult>
AmazonApiGatewayAsyncClient. getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
-
Uses of GetDeploymentRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest. clone()
GetDeploymentRequest
GetDeploymentRequest. withDeploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.GetDeploymentRequest
GetDeploymentRequest. withRestApiId(String restApiId)
The identifier of the RestApi resource for the Deployment resource to get information about.
-