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) |
|
default GetDeploymentsIterable |
ApiGatewayClient.getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest) |
|
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.
|