AutoCloseable
@Generated("software.amazon.awssdk:codegen") public interface ApiGatewayProtocolClient extends AutoCloseable
builder()
method.
nullModifier and Type | Field | Description |
---|---|---|
static String |
SERVICE_NAME |
close
static final String SERVICE_NAME
static ApiGatewayProtocolClient create()
ApiGatewayProtocolClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ApiGatewayProtocolClientBuilder builder()
ApiGatewayProtocolClient
.default AllTypesResponse allTypes(AllTypesRequest allTypesRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
allTypesRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default GetScalarsResponse getScalars(GetScalarsRequest getScalarsRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
getScalarsRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default MembersInHeadersResponse membersInHeaders(MembersInHeadersRequest membersInHeadersRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
membersInHeadersRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default MultiLocationOperationResponse multiLocationOperation(MultiLocationOperationRequest multiLocationOperationRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
multiLocationOperationRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default MultiPathParamOperationResponse multiPathParamOperation(MultiPathParamOperationRequest multiPathParamOperationRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
multiPathParamOperationRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default NoModeledExceptionsResponse noModeledExceptions(NoModeledExceptionsRequest noModeledExceptionsRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
noModeledExceptionsRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default OperationWithNoInputOrOutputResponse operationWithNoInputOrOutput(OperationWithNoInputOrOutputRequest operationWithNoInputOrOutputRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
operationWithNoInputOrOutputRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default PutScalarsResponse putScalars(PutScalarsRequest putScalarsRequest) throws SdkBaseException, SdkClientException, ApiGatewayProtocolException
putScalarsRequest
- SdkBaseException
SdkClientException
ApiGatewayProtocolException
default SameShapeDifferentStatusCodesResponse sameShapeDifferentStatusCodes(SameShapeDifferentStatusCodesRequest sameShapeDifferentStatusCodesRequest) throws SomeModeledException, SdkBaseException, SdkClientException, ApiGatewayProtocolException
sameShapeDifferentStatusCodesRequest
- SomeModeledException
SomeModeledException
SdkBaseException
- 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)ApiGatewayProtocolException
- Base exception for all service exceptions. Unknown exceptions will be thrown as an instance of this typedefault SharedExceptionsAcrossOperationsWithDifferentStatusCodesResponse sharedExceptionsAcrossOperationsWithDifferentStatusCodes(SharedExceptionsAcrossOperationsWithDifferentStatusCodesRequest sharedExceptionsAcrossOperationsWithDifferentStatusCodesRequest) throws SomeModeledException, SdkBaseException, SdkClientException, ApiGatewayProtocolException
sharedExceptionsAcrossOperationsWithDifferentStatusCodesRequest
- SomeModeledException
SdkBaseException
- 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)ApiGatewayProtocolException
- Base exception for all service exceptions. Unknown exceptions will be thrown as an instance of this typestatic ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.