| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetMethodResult |
AmazonApiGatewayClient.getMethod(GetMethodRequest request)
Describe an existing Method resource.
|
GetMethodResult |
AbstractAmazonApiGateway.getMethod(GetMethodRequest request) |
GetMethodResult |
AmazonApiGateway.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
Describe an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
GetMethodResult |
GetMethodResult.addRequestModelsEntry(String key,
String value)
Add a single RequestModels entry
|
GetMethodResult |
GetMethodResult.addRequestParametersEntry(String key,
Boolean value)
Add a single RequestParameters entry
|
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)
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
|
GetMethodResult |
GetMethodResult.withAuthorizationScopes(Collection<String> authorizationScopes)
A list of authorization scopes configured on the method.
|
GetMethodResult |
GetMethodResult.withAuthorizationScopes(String... authorizationScopes)
A list of authorization scopes configured on the method.
|
GetMethodResult |
GetMethodResult.withAuthorizationType(String authorizationType)
The method's authorization type.
|
GetMethodResult |
GetMethodResult.withAuthorizerId(String authorizerId)
The identifier of an Authorizer to use on this method.
|
GetMethodResult |
GetMethodResult.withHttpMethod(String httpMethod)
The method's HTTP verb.
|
GetMethodResult |
GetMethodResult.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.
|
GetMethodResult |
GetMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
GetMethodResult |
GetMethodResult.withOperationName(String operationName)
A human-friendly operation identifier for the method.
|
GetMethodResult |
GetMethodResult.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).
|
GetMethodResult |
GetMethodResult.withRequestParameters(Map<String,Boolean> requestParameters)
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
|
GetMethodResult |
GetMethodResult.withRequestValidatorId(String requestValidatorId)
The identifier of a RequestValidator for request validation.
|
Copyright © 2023. All rights reserved.