Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetMethodResult |
AmazonApiGatewayClient.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
GetMethodResult |
AmazonApiGateway.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
GetMethodResult |
AbstractAmazonApiGateway.getMethod(GetMethodRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request) |
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
java.util.concurrent.Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request) |
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
java.util.concurrent.Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
java.util.concurrent.Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
java.util.concurrent.Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
GetMethodResult |
GetMethodResult.addRequestModelsEntry(java.lang.String key,
java.lang.String value) |
GetMethodResult |
GetMethodResult.addRequestParametersEntry(java.lang.String key,
java.lang.Boolean value) |
GetMethodResult |
GetMethodResult.clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.
|
GetMethodResult |
GetMethodResult.clearRequestModelsEntries()
Removes all the entries added into RequestModels.
|
GetMethodResult |
GetMethodResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
GetMethodResult |
GetMethodResult.clone() |
GetMethodResult |
GetMethodResult.withApiKeyRequired(java.lang.Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
GetMethodResult |
GetMethodResult.withAuthorizationType(java.lang.String authorizationType)
The method's authorization type.
|
GetMethodResult |
GetMethodResult.withAuthorizerId(java.lang.String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.
|
GetMethodResult |
GetMethodResult.withHttpMethod(java.lang.String httpMethod)
The HTTP method.
|
GetMethodResult |
GetMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
GetMethodResult |
GetMethodResult.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
GetMethodResult |
GetMethodResult.withRequestModels(java.util.Map<java.lang.String,java.lang.String> requestModels)
Specifies the Model resources used for the request's content type.
|
GetMethodResult |
GetMethodResult.withRequestParameters(java.util.Map<java.lang.String,java.lang.Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.
|
Modifier and Type | Method and Description |
---|---|
GetMethodResult |
GetMethodResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |