Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateDeploymentRequest Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>ApiGatewayAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CreateDeploymentResponseApiGatewayClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet. -
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCreateDeploymentRequestMarshaller. marshall(CreateDeploymentRequest createDeploymentRequest)
-