Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
PutMethodResult |
AbstractAmazonApiGateway.putMethod(PutMethodRequest request) |
PutMethodResult |
AmazonApiGatewayClient.putMethod(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
|
PutMethodResult |
AmazonApiGateway.putMethod(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
|
Modifier and Type | Method and Description |
---|---|
Future<PutMethodResult> |
AmazonApiGatewayAsyncClient.putMethodAsync(PutMethodRequest request) |
Future<PutMethodResult> |
AmazonApiGatewayAsync.putMethodAsync(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
|
Future<PutMethodResult> |
AbstractAmazonApiGatewayAsync.putMethodAsync(PutMethodRequest request) |
Future<PutMethodResult> |
AmazonApiGatewayAsyncClient.putMethodAsync(PutMethodRequest request,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
Future<PutMethodResult> |
AmazonApiGatewayAsync.putMethodAsync(PutMethodRequest putMethodRequest,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)
Add a method to an existing Resource resource.
|
Future<PutMethodResult> |
AbstractAmazonApiGatewayAsync.putMethodAsync(PutMethodRequest request,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<PutMethodResult> |
AmazonApiGatewayAsyncClient.putMethodAsync(PutMethodRequest request,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
Future<PutMethodResult> |
AmazonApiGatewayAsync.putMethodAsync(PutMethodRequest putMethodRequest,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)
Add a method to an existing Resource resource.
|
Future<PutMethodResult> |
AbstractAmazonApiGatewayAsync.putMethodAsync(PutMethodRequest request,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutMethodResult |
PutMethodResult.addMethodResponsesEntry(String key,
MethodResponse value) |
PutMethodResult |
PutMethodResult.addRequestModelsEntry(String key,
String value) |
PutMethodResult |
PutMethodResult.addRequestParametersEntry(String key,
Boolean value) |
PutMethodResult |
PutMethodResult.clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.
|
PutMethodResult |
PutMethodResult.clearRequestModelsEntries()
Removes all the entries added into RequestModels.
|
PutMethodResult |
PutMethodResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
PutMethodResult |
PutMethodResult.clone() |
PutMethodResult |
PutMethodResult.withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
PutMethodResult |
PutMethodResult.withAuthorizationType(String authorizationType)
The method's authorization type.
|
PutMethodResult |
PutMethodResult.withAuthorizerId(String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.
|
PutMethodResult |
PutMethodResult.withHttpMethod(String httpMethod)
The HTTP method.
|
PutMethodResult |
PutMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
PutMethodResult |
PutMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
PutMethodResult |
PutMethodResult.withRequestModels(Map<String,String> requestModels)
Specifies the Model resources used for the request's content type.
|
PutMethodResult |
PutMethodResult.withRequestParameters(Map<String,Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.
|
Copyright © 2018. All rights reserved.