| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersResult |
AbstractAmazonApiGatewayV2.getAuthorizers(GetAuthorizersRequest request) |
GetAuthorizersResult |
AmazonApiGatewayV2.getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)
Gets the Authorizers for an API.
|
GetAuthorizersResult |
AmazonApiGatewayV2Client.getAuthorizers(GetAuthorizersRequest request)
Gets the Authorizers for an API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthorizersResult> |
AmazonApiGatewayV2AsyncClient.getAuthorizersAsync(GetAuthorizersRequest request,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) |
Future<GetAuthorizersResult> |
AbstractAmazonApiGatewayV2Async.getAuthorizersAsync(GetAuthorizersRequest request,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) |
Future<GetAuthorizersResult> |
AmazonApiGatewayV2Async.getAuthorizersAsync(GetAuthorizersRequest getAuthorizersRequest,
AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler)
Gets the Authorizers for an API.
|
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersResult |
GetAuthorizersResult.clone() |
GetAuthorizersResult |
GetAuthorizersResult.withItems(Authorizer... items)
The elements from this collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withItems(Collection<Authorizer> items)
The elements from this collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withNextToken(String nextToken)
The next page of elements from this collection.
|
Copyright © 2019. All rights reserved.