Uses of Class
software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
Packages that use ServiceUnavailableException
-
Uses of ServiceUnavailableException in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that throw ServiceUnavailableExceptionModifier and TypeMethodDescriptiondefault CreateDeploymentResponseApiGatewayClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> 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.default GetDeploymentResponseApiGatewayClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) Gets information about a Deployment resource.default GetDeploymentResponseApiGatewayClient.getDeployment(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.default GetDeploymentsResponseApiGatewayClient.getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest) Gets information about a Deployments collection.default GetDeploymentsResponseApiGatewayClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest) Gets information about a Deployments collection.default GetDeploymentsIterableApiGatewayClient.getDeploymentsPaginator(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest) This is a variant ofApiGatewayClient.getDeployments(software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest)operation.default GetDeploymentsIterableApiGatewayClient.getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest) This is a variant ofApiGatewayClient.getDeployments(software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest)operation.default UpdateDeploymentResponseApiGatewayClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) Changes information about a Deployment resource.default UpdateDeploymentResponseApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.