Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentRequest
Packages that use GetDeploymentRequest
-
Uses of GetDeploymentRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getDeployment(GetDeploymentRequest request) AmazonApiGateway.getDeployment(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.AmazonApiGatewayClient.getDeployment(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request) AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Gets information about a Deployment resource.AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request) AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Gets information about a Deployment resource.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 GetDeploymentRequestModifier and TypeMethodDescriptionGetDeploymentRequest.clone()GetDeploymentRequest.withDeploymentId(String deploymentId) The identifier of the Deployment resource to get information about.GetDeploymentRequest.withRestApiId(String restApiId) The identifier of the RestApi resource for the Deployment resource to get information about.