@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface ApiGatewayV2Client extends AwsClient
builder() method.
Amazon API Gateway V2
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CreateApiResponse createApi(CreateApiRequest createApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Api resource.
createApiRequest - Creates a new Api resource to represent an API.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateApiResponse createApi(Consumer<CreateApiRequest.Builder> createApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Api resource.
This is a convenience which creates an instance of the CreateApiRequest.Builder avoiding the need to
create one manually via CreateApiRequest.builder()
createApiRequest - A Consumer that will call methods on CreateApiRequest.Builder to create a request. Creates
a new Api resource to represent an API.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateApiMappingResponse createApiMapping(CreateApiMappingRequest createApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an API mapping.
createApiMappingRequest - Creates a new ApiMapping resource to represent an API mapping.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateApiMappingResponse createApiMapping(Consumer<CreateApiMappingRequest.Builder> createApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an API mapping.
This is a convenience which creates an instance of the CreateApiMappingRequest.Builder avoiding the need
to create one manually via CreateApiMappingRequest.builder()
createApiMappingRequest - A Consumer that will call methods on CreateApiMappingRequest.Builder to create a request.
Creates a new ApiMapping resource to represent an API mapping.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAuthorizerResponse createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Authorizer for an API.
createAuthorizerRequest - Creates a new Authorizer resource to represent an authorizer.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAuthorizerResponse createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Authorizer for an API.
This is a convenience which creates an instance of the CreateAuthorizerRequest.Builder avoiding the need
to create one manually via CreateAuthorizerRequest.builder()
createAuthorizerRequest - A Consumer that will call methods on CreateAuthorizerRequest.Builder to create a request.
Creates a new Authorizer resource to represent an authorizer.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeploymentResponse createDeployment(CreateDeploymentRequest createDeploymentRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Deployment for an API.
createDeploymentRequest - Creates a new Deployment resource to represent a deployment.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeploymentResponse createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Deployment for an API.
This is a convenience which creates an instance of the CreateDeploymentRequest.Builder avoiding the need
to create one manually via CreateDeploymentRequest.builder()
createDeploymentRequest - A Consumer that will call methods on CreateDeploymentRequest.Builder to create a request.
Creates a new Deployment resource to represent a deployment.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDomainNameResponse createDomainName(CreateDomainNameRequest createDomainNameRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a domain name.
createDomainNameRequest - Creates a new DomainName resource to represent a domain name.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.AccessDeniedException - 403 responseSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDomainNameResponse createDomainName(Consumer<CreateDomainNameRequest.Builder> createDomainNameRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a domain name.
This is a convenience which creates an instance of the CreateDomainNameRequest.Builder avoiding the need
to create one manually via CreateDomainNameRequest.builder()
createDomainNameRequest - A Consumer that will call methods on CreateDomainNameRequest.Builder to create a request.
Creates a new DomainName resource to represent a domain name.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.AccessDeniedException - 403 responseSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateIntegrationResponse createIntegration(CreateIntegrationRequest createIntegrationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Integration.
createIntegrationRequest - Creates a new Integration resource to represent an integration.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateIntegrationResponse createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an Integration.
This is a convenience which creates an instance of the CreateIntegrationRequest.Builder avoiding the need
to create one manually via CreateIntegrationRequest.builder()
createIntegrationRequest - A Consumer that will call methods on CreateIntegrationRequest.Builder to create a request.
Creates a new Integration resource to represent an integration.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateIntegrationResponseResponse createIntegrationResponse(CreateIntegrationResponseRequest createIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an IntegrationResponses.
createIntegrationResponseRequest - Creates a new IntegrationResponse resource to represent an integration response.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateIntegrationResponseResponse createIntegrationResponse(Consumer<CreateIntegrationResponseRequest.Builder> createIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates an IntegrationResponses.
This is a convenience which creates an instance of the CreateIntegrationResponseRequest.Builder avoiding
the need to create one manually via CreateIntegrationResponseRequest.builder()
createIntegrationResponseRequest - A Consumer that will call methods on CreateIntegrationResponseRequest.Builder to create a
request. Creates a new IntegrationResponse resource to represent an integration response.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateModelResponse createModel(CreateModelRequest createModelRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Model for an API.
createModelRequest - Creates a new Model.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateModelResponse createModel(Consumer<CreateModelRequest.Builder> createModelRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Model for an API.
This is a convenience which creates an instance of the CreateModelRequest.Builder avoiding the need to
create one manually via CreateModelRequest.builder()
createModelRequest - A Consumer that will call methods on CreateModelRequest.Builder to create a request.
Creates a new Model.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponse createRoute(CreateRouteRequest createRouteRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Route for an API.
createRouteRequest - Creates a new Route resource to represent a route.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponse createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Route for an API.
This is a convenience which creates an instance of the CreateRouteRequest.Builder avoiding the need to
create one manually via CreateRouteRequest.builder()
createRouteRequest - A Consumer that will call methods on CreateRouteRequest.Builder to create a request.
Creates a new Route resource to represent a route.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponseResponse createRouteResponse(CreateRouteResponseRequest createRouteResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a RouteResponse for a Route.
createRouteResponseRequest - Creates a new RouteResponse resource to represent a route response.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponseResponse createRouteResponse(Consumer<CreateRouteResponseRequest.Builder> createRouteResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a RouteResponse for a Route.
This is a convenience which creates an instance of the CreateRouteResponseRequest.Builder avoiding the
need to create one manually via CreateRouteResponseRequest.builder()
createRouteResponseRequest - A Consumer that will call methods on CreateRouteResponseRequest.Builder to create a
request. Creates a new RouteResponse resource to represent a route response.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateStageResponse createStage(CreateStageRequest createStageRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Stage for an API.
createStageRequest - Creates a new Stage resource to represent a stage.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateStageResponse createStage(Consumer<CreateStageRequest.Builder> createStageRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a Stage for an API.
This is a convenience which creates an instance of the CreateStageRequest.Builder avoiding the need to
create one manually via CreateStageRequest.builder()
createStageRequest - A Consumer that will call methods on CreateStageRequest.Builder to create a request.
Creates a new Stage resource to represent a stage.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVpcLinkResponse createVpcLink(CreateVpcLinkRequest createVpcLinkRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a VPC link.
createVpcLinkRequest - Creates a VPC linkBadRequestException - One of the parameters in the request is invalid.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVpcLinkResponse createVpcLink(Consumer<CreateVpcLinkRequest.Builder> createVpcLinkRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a VPC link.
This is a convenience which creates an instance of the CreateVpcLinkRequest.Builder avoiding the need to
create one manually via CreateVpcLinkRequest.builder()
createVpcLinkRequest - A Consumer that will call methods on CreateVpcLinkRequest.Builder to create a request.
Creates a VPC linkBadRequestException - One of the parameters in the request is invalid.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAccessLogSettingsResponse deleteAccessLogSettings(DeleteAccessLogSettingsRequest deleteAccessLogSettingsRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.
deleteAccessLogSettingsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAccessLogSettingsResponse deleteAccessLogSettings(Consumer<DeleteAccessLogSettingsRequest.Builder> deleteAccessLogSettingsRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.
This is a convenience which creates an instance of the DeleteAccessLogSettingsRequest.Builder avoiding
the need to create one manually via DeleteAccessLogSettingsRequest.builder()
deleteAccessLogSettingsRequest - A Consumer that will call methods on DeleteAccessLogSettingsRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApiResponse deleteApi(DeleteApiRequest deleteApiRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Api resource.
deleteApiRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApiResponse deleteApi(Consumer<DeleteApiRequest.Builder> deleteApiRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Api resource.
This is a convenience which creates an instance of the DeleteApiRequest.Builder avoiding the need to
create one manually via DeleteApiRequest.builder()
deleteApiRequest - A Consumer that will call methods on DeleteApiRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApiMappingResponse deleteApiMapping(DeleteApiMappingRequest deleteApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an API mapping.
deleteApiMappingRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApiMappingResponse deleteApiMapping(Consumer<DeleteApiMappingRequest.Builder> deleteApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an API mapping.
This is a convenience which creates an instance of the DeleteApiMappingRequest.Builder avoiding the need
to create one manually via DeleteApiMappingRequest.builder()
deleteApiMappingRequest - A Consumer that will call methods on DeleteApiMappingRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAuthorizerResponse deleteAuthorizer(DeleteAuthorizerRequest deleteAuthorizerRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Authorizer.
deleteAuthorizerRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAuthorizerResponse deleteAuthorizer(Consumer<DeleteAuthorizerRequest.Builder> deleteAuthorizerRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Authorizer.
This is a convenience which creates an instance of the DeleteAuthorizerRequest.Builder avoiding the need
to create one manually via DeleteAuthorizerRequest.builder()
deleteAuthorizerRequest - A Consumer that will call methods on DeleteAuthorizerRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCorsConfigurationResponse deleteCorsConfiguration(DeleteCorsConfigurationRequest deleteCorsConfigurationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a CORS configuration.
deleteCorsConfigurationRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCorsConfigurationResponse deleteCorsConfiguration(Consumer<DeleteCorsConfigurationRequest.Builder> deleteCorsConfigurationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a CORS configuration.
This is a convenience which creates an instance of the DeleteCorsConfigurationRequest.Builder avoiding
the need to create one manually via DeleteCorsConfigurationRequest.builder()
deleteCorsConfigurationRequest - A Consumer that will call methods on DeleteCorsConfigurationRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeploymentResponse deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Deployment.
deleteDeploymentRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeploymentResponse deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Deployment.
This is a convenience which creates an instance of the DeleteDeploymentRequest.Builder avoiding the need
to create one manually via DeleteDeploymentRequest.builder()
deleteDeploymentRequest - A Consumer that will call methods on DeleteDeploymentRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDomainNameResponse deleteDomainName(DeleteDomainNameRequest deleteDomainNameRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a domain name.
deleteDomainNameRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDomainNameResponse deleteDomainName(Consumer<DeleteDomainNameRequest.Builder> deleteDomainNameRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a domain name.
This is a convenience which creates an instance of the DeleteDomainNameRequest.Builder avoiding the need
to create one manually via DeleteDomainNameRequest.builder()
deleteDomainNameRequest - A Consumer that will call methods on DeleteDomainNameRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteIntegrationResponse deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Integration.
deleteIntegrationRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteIntegrationResponse deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an Integration.
This is a convenience which creates an instance of the DeleteIntegrationRequest.Builder avoiding the need
to create one manually via DeleteIntegrationRequest.builder()
deleteIntegrationRequest - A Consumer that will call methods on DeleteIntegrationRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteIntegrationResponseResponse deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an IntegrationResponses.
deleteIntegrationResponseRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteIntegrationResponseResponse deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes an IntegrationResponses.
This is a convenience which creates an instance of the DeleteIntegrationResponseRequest.Builder avoiding
the need to create one manually via DeleteIntegrationResponseRequest.builder()
deleteIntegrationResponseRequest - A Consumer that will call methods on DeleteIntegrationResponseRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteModelResponse deleteModel(DeleteModelRequest deleteModelRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Model.
deleteModelRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteModelResponse deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Model.
This is a convenience which creates an instance of the DeleteModelRequest.Builder avoiding the need to
create one manually via DeleteModelRequest.builder()
deleteModelRequest - A Consumer that will call methods on DeleteModelRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponse deleteRoute(DeleteRouteRequest deleteRouteRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Route.
deleteRouteRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponse deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Route.
This is a convenience which creates an instance of the DeleteRouteRequest.Builder avoiding the need to
create one manually via DeleteRouteRequest.builder()
deleteRouteRequest - A Consumer that will call methods on DeleteRouteRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteRequestParameterResponse deleteRouteRequestParameter(DeleteRouteRequestParameterRequest deleteRouteRequestParameterRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a route request parameter.
deleteRouteRequestParameterRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteRequestParameterResponse deleteRouteRequestParameter(Consumer<DeleteRouteRequestParameterRequest.Builder> deleteRouteRequestParameterRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a route request parameter.
This is a convenience which creates an instance of the DeleteRouteRequestParameterRequest.Builder
avoiding the need to create one manually via DeleteRouteRequestParameterRequest.builder()
deleteRouteRequestParameterRequest - A Consumer that will call methods on DeleteRouteRequestParameterRequest.Builder to create
a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponseResponse deleteRouteResponse(DeleteRouteResponseRequest deleteRouteResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a RouteResponse.
deleteRouteResponseRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponseResponse deleteRouteResponse(Consumer<DeleteRouteResponseRequest.Builder> deleteRouteResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a RouteResponse.
This is a convenience which creates an instance of the DeleteRouteResponseRequest.Builder avoiding the
need to create one manually via DeleteRouteResponseRequest.builder()
deleteRouteResponseRequest - A Consumer that will call methods on DeleteRouteResponseRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteSettingsResponse deleteRouteSettings(DeleteRouteSettingsRequest deleteRouteSettingsRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes the RouteSettings for a stage.
deleteRouteSettingsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteSettingsResponse deleteRouteSettings(Consumer<DeleteRouteSettingsRequest.Builder> deleteRouteSettingsRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes the RouteSettings for a stage.
This is a convenience which creates an instance of the DeleteRouteSettingsRequest.Builder avoiding the
need to create one manually via DeleteRouteSettingsRequest.builder()
deleteRouteSettingsRequest - A Consumer that will call methods on DeleteRouteSettingsRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteStageResponse deleteStage(DeleteStageRequest deleteStageRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Stage.
deleteStageRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteStageResponse deleteStage(Consumer<DeleteStageRequest.Builder> deleteStageRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Stage.
This is a convenience which creates an instance of the DeleteStageRequest.Builder avoiding the need to
create one manually via DeleteStageRequest.builder()
deleteStageRequest - A Consumer that will call methods on DeleteStageRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVpcLinkResponse deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a VPC link.
deleteVpcLinkRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVpcLinkResponse deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder> deleteVpcLinkRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a VPC link.
This is a convenience which creates an instance of the DeleteVpcLinkRequest.Builder avoiding the need to
create one manually via DeleteVpcLinkRequest.builder()
deleteVpcLinkRequest - A Consumer that will call methods on DeleteVpcLinkRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportApiResponse exportApi(ExportApiRequest exportApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
exportApiRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportApiResponse exportApi(Consumer<ExportApiRequest.Builder> exportApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
This is a convenience which creates an instance of the ExportApiRequest.Builder avoiding the need to
create one manually via ExportApiRequest.builder()
exportApiRequest - A Consumer that will call methods on ExportApiRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiResponse getApi(GetApiRequest getApiRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Api resource.
getApiRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiResponse getApi(Consumer<GetApiRequest.Builder> getApiRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Api resource.
This is a convenience which creates an instance of the GetApiRequest.Builder avoiding the need to create
one manually via GetApiRequest.builder()
getApiRequest - A Consumer that will call methods on GetApiRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiMappingResponse getApiMapping(GetApiMappingRequest getApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an API mapping.
getApiMappingRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiMappingResponse getApiMapping(Consumer<GetApiMappingRequest.Builder> getApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an API mapping.
This is a convenience which creates an instance of the GetApiMappingRequest.Builder avoiding the need to
create one manually via GetApiMappingRequest.builder()
getApiMappingRequest - A Consumer that will call methods on GetApiMappingRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiMappingsResponse getApiMappings(GetApiMappingsRequest getApiMappingsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets API mappings.
getApiMappingsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApiMappingsResponse getApiMappings(Consumer<GetApiMappingsRequest.Builder> getApiMappingsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets API mappings.
This is a convenience which creates an instance of the GetApiMappingsRequest.Builder avoiding the need to
create one manually via GetApiMappingsRequest.builder()
getApiMappingsRequest - A Consumer that will call methods on GetApiMappingsRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApisResponse getApis(GetApisRequest getApisRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of Api resources.
getApisRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApisResponse getApis(Consumer<GetApisRequest.Builder> getApisRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of Api resources.
This is a convenience which creates an instance of the GetApisRequest.Builder avoiding the need to create
one manually via GetApisRequest.builder()
getApisRequest - A Consumer that will call methods on GetApisRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApisResponse getApis() throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of Api resources.
NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiongetApis(GetApisRequest)default GetAuthorizerResponse getAuthorizer(GetAuthorizerRequest getAuthorizerRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Authorizer.
getAuthorizerRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAuthorizerResponse getAuthorizer(Consumer<GetAuthorizerRequest.Builder> getAuthorizerRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Authorizer.
This is a convenience which creates an instance of the GetAuthorizerRequest.Builder avoiding the need to
create one manually via GetAuthorizerRequest.builder()
getAuthorizerRequest - A Consumer that will call methods on GetAuthorizerRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAuthorizersResponse getAuthorizers(GetAuthorizersRequest getAuthorizersRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Authorizers for an API.
getAuthorizersRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAuthorizersResponse getAuthorizers(Consumer<GetAuthorizersRequest.Builder> getAuthorizersRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Authorizers for an API.
This is a convenience which creates an instance of the GetAuthorizersRequest.Builder avoiding the need to
create one manually via GetAuthorizersRequest.builder()
getAuthorizersRequest - A Consumer that will call methods on GetAuthorizersRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentResponse getDeployment(GetDeploymentRequest getDeploymentRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Deployment.
getDeploymentRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentResponse getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Deployment.
This is a convenience which creates an instance of the GetDeploymentRequest.Builder avoiding the need to
create one manually via GetDeploymentRequest.builder()
getDeploymentRequest - A Consumer that will call methods on GetDeploymentRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentsResponse getDeployments(GetDeploymentsRequest getDeploymentsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Deployments for an API.
getDeploymentsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentsResponse getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Deployments for an API.
This is a convenience which creates an instance of the GetDeploymentsRequest.Builder avoiding the need to
create one manually via GetDeploymentsRequest.builder()
getDeploymentsRequest - A Consumer that will call methods on GetDeploymentsRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainNameResponse getDomainName(GetDomainNameRequest getDomainNameRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a domain name.
getDomainNameRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainNameResponse getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a domain name.
This is a convenience which creates an instance of the GetDomainNameRequest.Builder avoiding the need to
create one manually via GetDomainNameRequest.builder()
getDomainNameRequest - A Consumer that will call methods on GetDomainNameRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainNamesResponse getDomainNames(GetDomainNamesRequest getDomainNamesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the domain names for an AWS account.
getDomainNamesRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainNamesResponse getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the domain names for an AWS account.
This is a convenience which creates an instance of the GetDomainNamesRequest.Builder avoiding the need to
create one manually via GetDomainNamesRequest.builder()
getDomainNamesRequest - A Consumer that will call methods on GetDomainNamesRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainNamesResponse getDomainNames() throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the domain names for an AWS account.
NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiongetDomainNames(GetDomainNamesRequest)default GetIntegrationResponse getIntegration(GetIntegrationRequest getIntegrationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Integration.
getIntegrationRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationResponse getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an Integration.
This is a convenience which creates an instance of the GetIntegrationRequest.Builder avoiding the need to
create one manually via GetIntegrationRequest.builder()
getIntegrationRequest - A Consumer that will call methods on GetIntegrationRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationResponseResponse getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an IntegrationResponses.
getIntegrationResponseRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationResponseResponse getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets an IntegrationResponses.
This is a convenience which creates an instance of the GetIntegrationResponseRequest.Builder avoiding the
need to create one manually via GetIntegrationResponseRequest.builder()
getIntegrationResponseRequest - A Consumer that will call methods on GetIntegrationResponseRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationResponsesResponse getIntegrationResponses(GetIntegrationResponsesRequest getIntegrationResponsesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the IntegrationResponses for an Integration.
getIntegrationResponsesRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationResponsesResponse getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the IntegrationResponses for an Integration.
This is a convenience which creates an instance of the GetIntegrationResponsesRequest.Builder avoiding
the need to create one manually via GetIntegrationResponsesRequest.builder()
getIntegrationResponsesRequest - A Consumer that will call methods on GetIntegrationResponsesRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationsResponse getIntegrations(GetIntegrationsRequest getIntegrationsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Integrations for an API.
getIntegrationsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetIntegrationsResponse getIntegrations(Consumer<GetIntegrationsRequest.Builder> getIntegrationsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Integrations for an API.
This is a convenience which creates an instance of the GetIntegrationsRequest.Builder avoiding the need
to create one manually via GetIntegrationsRequest.builder()
getIntegrationsRequest - A Consumer that will call methods on GetIntegrationsRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelResponse getModel(GetModelRequest getModelRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Model.
getModelRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelResponse getModel(Consumer<GetModelRequest.Builder> getModelRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Model.
This is a convenience which creates an instance of the GetModelRequest.Builder avoiding the need to
create one manually via GetModelRequest.builder()
getModelRequest - A Consumer that will call methods on GetModelRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelTemplateResponse getModelTemplate(GetModelTemplateRequest getModelTemplateRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a model template.
getModelTemplateRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelTemplateResponse getModelTemplate(Consumer<GetModelTemplateRequest.Builder> getModelTemplateRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a model template.
This is a convenience which creates an instance of the GetModelTemplateRequest.Builder avoiding the need
to create one manually via GetModelTemplateRequest.builder()
getModelTemplateRequest - A Consumer that will call methods on GetModelTemplateRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelsResponse getModels(GetModelsRequest getModelsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Models for an API.
getModelsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetModelsResponse getModels(Consumer<GetModelsRequest.Builder> getModelsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Models for an API.
This is a convenience which creates an instance of the GetModelsRequest.Builder avoiding the need to
create one manually via GetModelsRequest.builder()
getModelsRequest - A Consumer that will call methods on GetModelsRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponse getRoute(GetRouteRequest getRouteRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Route.
getRouteRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponse getRoute(Consumer<GetRouteRequest.Builder> getRouteRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Route.
This is a convenience which creates an instance of the GetRouteRequest.Builder avoiding the need to
create one manually via GetRouteRequest.builder()
getRouteRequest - A Consumer that will call methods on GetRouteRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponseResponse getRouteResponse(GetRouteResponseRequest getRouteResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a RouteResponse.
getRouteResponseRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponseResponse getRouteResponse(Consumer<GetRouteResponseRequest.Builder> getRouteResponseRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a RouteResponse.
This is a convenience which creates an instance of the GetRouteResponseRequest.Builder avoiding the need
to create one manually via GetRouteResponseRequest.builder()
getRouteResponseRequest - A Consumer that will call methods on GetRouteResponseRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponsesResponse getRouteResponses(GetRouteResponsesRequest getRouteResponsesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the RouteResponses for a Route.
getRouteResponsesRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponsesResponse getRouteResponses(Consumer<GetRouteResponsesRequest.Builder> getRouteResponsesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the RouteResponses for a Route.
This is a convenience which creates an instance of the GetRouteResponsesRequest.Builder avoiding the need
to create one manually via GetRouteResponsesRequest.builder()
getRouteResponsesRequest - A Consumer that will call methods on GetRouteResponsesRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRoutesResponse getRoutes(GetRoutesRequest getRoutesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Routes for an API.
getRoutesRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRoutesResponse getRoutes(Consumer<GetRoutesRequest.Builder> getRoutesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Routes for an API.
This is a convenience which creates an instance of the GetRoutesRequest.Builder avoiding the need to
create one manually via GetRoutesRequest.builder()
getRoutesRequest - A Consumer that will call methods on GetRoutesRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetStageResponse getStage(GetStageRequest getStageRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Stage.
getStageRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetStageResponse getStage(Consumer<GetStageRequest.Builder> getStageRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a Stage.
This is a convenience which creates an instance of the GetStageRequest.Builder avoiding the need to
create one manually via GetStageRequest.builder()
getStageRequest - A Consumer that will call methods on GetStageRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetStagesResponse getStages(GetStagesRequest getStagesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Stages for an API.
getStagesRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetStagesResponse getStages(Consumer<GetStagesRequest.Builder> getStagesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets the Stages for an API.
This is a convenience which creates an instance of the GetStagesRequest.Builder avoiding the need to
create one manually via GetStagesRequest.builder()
getStagesRequest - A Consumer that will call methods on GetStagesRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTagsResponse getTags(GetTagsRequest getTagsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of Tag resources.
getTagsRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTagsResponse getTags(Consumer<GetTagsRequest.Builder> getTagsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of Tag resources.
This is a convenience which creates an instance of the GetTagsRequest.Builder avoiding the need to create
one manually via GetTagsRequest.builder()
getTagsRequest - A Consumer that will call methods on GetTagsRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVpcLinkResponse getVpcLink(GetVpcLinkRequest getVpcLinkRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a VPC link.
getVpcLinkRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVpcLinkResponse getVpcLink(Consumer<GetVpcLinkRequest.Builder> getVpcLinkRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a VPC link.
This is a convenience which creates an instance of the GetVpcLinkRequest.Builder avoiding the need to
create one manually via GetVpcLinkRequest.builder()
getVpcLinkRequest - A Consumer that will call methods on GetVpcLinkRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVpcLinksResponse getVpcLinks(GetVpcLinksRequest getVpcLinksRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of VPC links.
getVpcLinksRequest - BadRequestException - One of the parameters in the request is invalid.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVpcLinksResponse getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Gets a collection of VPC links.
This is a convenience which creates an instance of the GetVpcLinksRequest.Builder avoiding the need to
create one manually via GetVpcLinksRequest.builder()
getVpcLinksRequest - A Consumer that will call methods on GetVpcLinksRequest.Builder to create a request.BadRequestException - One of the parameters in the request is invalid.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportApiResponse importApi(ImportApiRequest importApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Imports an API.
importApiRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ImportApiResponse importApi(Consumer<ImportApiRequest.Builder> importApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Imports an API.
This is a convenience which creates an instance of the ImportApiRequest.Builder avoiding the need to
create one manually via ImportApiRequest.builder()
importApiRequest - A Consumer that will call methods on ImportApiRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ReimportApiResponse reimportApi(ReimportApiRequest reimportApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Puts an Api resource.
reimportApiRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ReimportApiResponse reimportApi(Consumer<ReimportApiRequest.Builder> reimportApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Puts an Api resource.
This is a convenience which creates an instance of the ReimportApiRequest.Builder avoiding the need to
create one manually via ReimportApiRequest.builder()
reimportApiRequest - A Consumer that will call methods on ReimportApiRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAuthorizersCacheResponse resetAuthorizersCache(ResetAuthorizersCacheRequest resetAuthorizersCacheRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.
resetAuthorizersCacheRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAuthorizersCacheResponse resetAuthorizersCache(Consumer<ResetAuthorizersCacheRequest.Builder> resetAuthorizersCacheRequest) throws NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.
This is a convenience which creates an instance of the ResetAuthorizersCacheRequest.Builder avoiding the
need to create one manually via ResetAuthorizersCacheRequest.builder()
resetAuthorizersCacheRequest - A Consumer that will call methods on ResetAuthorizersCacheRequest.Builder to create a
request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a new Tag resource to represent a tag.
tagResourceRequest - Creates a new Tag resource to represent a tag.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Creates a new Tag resource to represent a tag.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.
Creates a new Tag resource to represent a tag.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Tag.
untagResourceRequest - NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Deletes a Tag.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateApiResponse updateApi(UpdateApiRequest updateApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Api resource.
updateApiRequest - Updates an Api.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateApiResponse updateApi(Consumer<UpdateApiRequest.Builder> updateApiRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Api resource.
This is a convenience which creates an instance of the UpdateApiRequest.Builder avoiding the need to
create one manually via UpdateApiRequest.builder()
updateApiRequest - A Consumer that will call methods on UpdateApiRequest.Builder to create a request. Updates
an Api.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateApiMappingResponse updateApiMapping(UpdateApiMappingRequest updateApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
The API mapping.
updateApiMappingRequest - Updates an ApiMapping.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateApiMappingResponse updateApiMapping(Consumer<UpdateApiMappingRequest.Builder> updateApiMappingRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
The API mapping.
This is a convenience which creates an instance of the UpdateApiMappingRequest.Builder avoiding the need
to create one manually via UpdateApiMappingRequest.builder()
updateApiMappingRequest - A Consumer that will call methods on UpdateApiMappingRequest.Builder to create a request.
Updates an ApiMapping.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAuthorizerResponse updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Authorizer.
updateAuthorizerRequest - Updates an Authorizer.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAuthorizerResponse updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Authorizer.
This is a convenience which creates an instance of the UpdateAuthorizerRequest.Builder avoiding the need
to create one manually via UpdateAuthorizerRequest.builder()
updateAuthorizerRequest - A Consumer that will call methods on UpdateAuthorizerRequest.Builder to create a request.
Updates an Authorizer.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeploymentResponse updateDeployment(UpdateDeploymentRequest updateDeploymentRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Deployment.
updateDeploymentRequest - Updates a Deployment.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeploymentResponse updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Deployment.
This is a convenience which creates an instance of the UpdateDeploymentRequest.Builder avoiding the need
to create one manually via UpdateDeploymentRequest.builder()
updateDeploymentRequest - A Consumer that will call methods on UpdateDeploymentRequest.Builder to create a request.
Updates a Deployment.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDomainNameResponse updateDomainName(UpdateDomainNameRequest updateDomainNameRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a domain name.
updateDomainNameRequest - Updates a DomainName.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDomainNameResponse updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a domain name.
This is a convenience which creates an instance of the UpdateDomainNameRequest.Builder avoiding the need
to create one manually via UpdateDomainNameRequest.builder()
updateDomainNameRequest - A Consumer that will call methods on UpdateDomainNameRequest.Builder to create a request.
Updates a DomainName.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateIntegrationResponse updateIntegration(UpdateIntegrationRequest updateIntegrationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Integration.
updateIntegrationRequest - Updates an Integration.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateIntegrationResponse updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an Integration.
This is a convenience which creates an instance of the UpdateIntegrationRequest.Builder avoiding the need
to create one manually via UpdateIntegrationRequest.builder()
updateIntegrationRequest - A Consumer that will call methods on UpdateIntegrationRequest.Builder to create a request.
Updates an Integration.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateIntegrationResponseResponse updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an IntegrationResponses.
updateIntegrationResponseRequest - Updates an IntegrationResponses.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateIntegrationResponseResponse updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates an IntegrationResponses.
This is a convenience which creates an instance of the UpdateIntegrationResponseRequest.Builder avoiding
the need to create one manually via UpdateIntegrationResponseRequest.builder()
updateIntegrationResponseRequest - A Consumer that will call methods on UpdateIntegrationResponseRequest.Builder to create a
request. Updates an IntegrationResponses.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateModelResponse updateModel(UpdateModelRequest updateModelRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Model.
updateModelRequest - Updates a Model.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateModelResponse updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Model.
This is a convenience which creates an instance of the UpdateModelRequest.Builder avoiding the need to
create one manually via UpdateModelRequest.builder()
updateModelRequest - A Consumer that will call methods on UpdateModelRequest.Builder to create a request.
Updates a Model.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponse updateRoute(UpdateRouteRequest updateRouteRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Route.
updateRouteRequest - Updates a Route.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponse updateRoute(Consumer<UpdateRouteRequest.Builder> updateRouteRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Route.
This is a convenience which creates an instance of the UpdateRouteRequest.Builder avoiding the need to
create one manually via UpdateRouteRequest.builder()
updateRouteRequest - A Consumer that will call methods on UpdateRouteRequest.Builder to create a request.
Updates a Route.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponseResponse updateRouteResponse(UpdateRouteResponseRequest updateRouteResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a RouteResponse.
updateRouteResponseRequest - Updates a RouteResponse.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponseResponse updateRouteResponse(Consumer<UpdateRouteResponseRequest.Builder> updateRouteResponseRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a RouteResponse.
This is a convenience which creates an instance of the UpdateRouteResponseRequest.Builder avoiding the
need to create one manually via UpdateRouteResponseRequest.builder()
updateRouteResponseRequest - A Consumer that will call methods on UpdateRouteResponseRequest.Builder to create a
request. Updates a RouteResponse.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateStageResponse updateStage(UpdateStageRequest updateStageRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Stage.
updateStageRequest - Updates a Stage.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateStageResponse updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a Stage.
This is a convenience which creates an instance of the UpdateStageRequest.Builder avoiding the need to
create one manually via UpdateStageRequest.builder()
updateStageRequest - A Consumer that will call methods on UpdateStageRequest.Builder to create a request.
Updates a Stage.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.ConflictException - The resource already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVpcLinkResponse updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a VPC link.
updateVpcLinkRequest - Updates a VPC link.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVpcLinkResponse updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, ApiGatewayV2Exception
Updates a VPC link.
This is a convenience which creates an instance of the UpdateVpcLinkRequest.Builder avoiding the need to
create one manually via UpdateVpcLinkRequest.builder()
updateVpcLinkRequest - A Consumer that will call methods on UpdateVpcLinkRequest.Builder to create a request.
Updates a VPC link.NotFoundException - The resource specified in the request was not found.TooManyRequestsException - The client is sending more than the allowed number of requests per unit of time.BadRequestException - One of the parameters in the request is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ApiGatewayV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ApiGatewayV2Client create()
ApiGatewayV2Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static ApiGatewayV2ClientBuilder builder()
ApiGatewayV2Client.static ServiceMetadata serviceMetadata()
default ApiGatewayV2ServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.