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> |
AmazonApiGatewayAsync.getAuthorizersAsync(GetAuthorizersRequest getAuthorizersRequest,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler)
Describe an existing Authorizers resource.
|
Future<GetAuthorizersResult> |
AbstractAmazonApiGatewayAsync.getAuthorizersAsync(GetAuthorizersRequest request,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetAuthorizersRequest |
GetAuthorizersRequest.clone() |
GetAuthorizersRequest |
GetAuthorizersRequest.withLimit(Integer limit)
Limit the number of Authorizer resources in the response.
|
GetAuthorizersRequest |
GetAuthorizersRequest.withPosition(String position)
If not all Authorizer resources in the response were present, the
position will specificy where to start the next page of results.
|
GetAuthorizersRequest |
GetAuthorizersRequest.withRestApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
|
Copyright © 2018. All rights reserved.