Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
-
Packages that use UpdateDeploymentRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateDeploymentRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateDeploymentRequest Modifier and Type Method Description default CompletableFuture<UpdateDeploymentResponse>ApiGatewayAsyncClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Changes information about a Deployment resource.default UpdateDeploymentResponseApiGatewayClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Changes information about a Deployment resource. -
Uses of UpdateDeploymentRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDeploymentRequestMarshaller. marshall(UpdateDeploymentRequest updateDeploymentRequest)
-