| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthorizersResult> |
AmazonApiGatewayAsyncClient.getAuthorizersAsync(GetAuthorizersRequest request,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) |
Future<GetAuthorizersResult> |
AbstractAmazonApiGatewayAsync.getAuthorizersAsync(GetAuthorizersRequest request,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) |
Future<GetAuthorizersResult> |
AmazonApiGatewayAsync.getAuthorizersAsync(GetAuthorizersRequest getAuthorizersRequest,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler)
Describe an existing Authorizers resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersRequest |
GetAuthorizersRequest.clone() |
GetAuthorizersRequest |
GetAuthorizersRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetAuthorizersRequest |
GetAuthorizersRequest.withPosition(String position)
The current pagination position in the paged result set.
|
GetAuthorizersRequest |
GetAuthorizersRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2018. All rights reserved.