Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetDeploymentRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ApiGatewayAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a Deployment resource.default GetDeploymentResponseApiGatewayClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a Deployment resource. -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentRequestMarshaller. marshall(GetDeploymentRequest getDeploymentRequest)
-