| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetMethodResult |
AbstractAmazonApiGateway.getMethod(GetMethodRequest request) |
GetMethodResult |
AmazonApiGateway.getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
GetMethodResult |
AmazonApiGatewayClient.getMethod(GetMethodRequest request)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
Future<GetMethodResult> |
AmazonApiGatewayAsyncClient.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AbstractAmazonApiGatewayAsync.getMethodAsync(GetMethodRequest request) |
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMethodResult> |
AmazonApiGatewayAsync.getMethodAsync(GetMethodRequest getMethodRequest,
AsyncHandler<GetMethodRequest,GetMethodResult> asyncHandler)
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) |
| Modifier and Type | Method and Description |
|---|---|
GetMethodRequest |
GetMethodRequest.clone() |
GetMethodRequest |
GetMethodRequest.withHttpMethod(String httpMethod)
[Required] Specifies the method request's HTTP method type.
|
GetMethodRequest |
GetMethodRequest.withResourceId(String resourceId)
|
GetMethodRequest |
GetMethodRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2020. All rights reserved.