| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutMethodResult |
AmazonApiGatewayClient.putMethod(PutMethodRequest request)
Add a method to an existing Resource resource.
|
PutMethodResult |
AbstractAmazonApiGateway.putMethod(PutMethodRequest request) |
PutMethodResult |
AmazonApiGateway.putMethod(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutMethodResult> |
AbstractAmazonApiGatewayAsync.putMethodAsync(PutMethodRequest request) |
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,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutMethodResult> |
AbstractAmazonApiGatewayAsync.putMethodAsync(PutMethodRequest request,
AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
PutMethodResult |
PutMethodResult.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
PutMethodResult |
PutMethodResult.addRequestModelsEntry(String key,
String value)
Add a single RequestModels entry
|
PutMethodResult |
PutMethodResult.addRequestParametersEntry(String key,
Boolean value)
Add a single RequestParameters entry
|
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)
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
|
PutMethodResult |
PutMethodResult.withAuthorizationScopes(Collection<String> authorizationScopes)
A list of authorization scopes configured on the method.
|
PutMethodResult |
PutMethodResult.withAuthorizationScopes(String... authorizationScopes)
A list of authorization scopes configured on the method.
|
PutMethodResult |
PutMethodResult.withAuthorizationType(String authorizationType)
The method's authorization type.
|
PutMethodResult |
PutMethodResult.withAuthorizerId(String authorizerId)
The identifier of an Authorizer to use on this method.
|
PutMethodResult |
PutMethodResult.withHttpMethod(String httpMethod)
The method's HTTP verb.
|
PutMethodResult |
PutMethodResult.withMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
PutMethodResult |
PutMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
PutMethodResult |
PutMethodResult.withOperationName(String operationName)
A human-friendly operation identifier for the method.
|
PutMethodResult |
PutMethodResult.withRequestModels(Map<String,String> requestModels)
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request
payloads of given content types (as the mapping key).
|
PutMethodResult |
PutMethodResult.withRequestParameters(Map<String,Boolean> requestParameters)
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
|
PutMethodResult |
PutMethodResult.withRequestValidatorId(String requestValidatorId)
The identifier of a RequestValidator for request validation.
|
Copyright © 2024. All rights reserved.