| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentResponse |
ApiGatewayClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
|
default CreateDeploymentResponse |
ApiGatewayClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
|
default GetDeploymentResponse |
ApiGatewayClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a Deployment resource.
|
default GetDeploymentResponse |
ApiGatewayClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.
|
default GetDeploymentsResponse |
ApiGatewayClient.getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsResponse |
ApiGatewayClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsIterable |
ApiGatewayClient.getDeploymentsPaginator(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsIterable |
ApiGatewayClient.getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
default UpdateDeploymentResponse |
ApiGatewayClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest)
Changes information about a Deployment resource.
|
default UpdateDeploymentResponse |
ApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
Copyright © 2023. All rights reserved.