Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetMethodResult |
AbstractAmazonApiGateway.getMethod(GetMethodRequest request) |
GetMethodResult |
AmazonApiGatewayClient.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
GetMethodResult |
AmazonApiGateway.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(String key,
MethodResponse value) |
GetMethodResult |
GetMethodResult.addRequestModelsEntry(String key,
String value) |
GetMethodResult |
GetMethodResult.addRequestParametersEntry(String key,
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(Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
GetMethodResult |
GetMethodResult.withAuthorizationType(String authorizationType)
The method's authorization type.
|
GetMethodResult |
GetMethodResult.withAuthorizerId(String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.
|
GetMethodResult |
GetMethodResult.withHttpMethod(String httpMethod)
The HTTP method.
|
GetMethodResult |
GetMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
GetMethodResult |
GetMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
GetMethodResult |
GetMethodResult.withRequestModels(Map<String,String> requestModels)
Specifies the Model resources used for the request's content type.
|
GetMethodResult |
GetMethodResult.withRequestParameters(Map<String,Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.
|
Copyright © 2018. All rights reserved.