Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetAuthorizersResult |
AbstractAmazonApiGateway.getAuthorizers(GetAuthorizersRequest request) |
GetAuthorizersResult |
AmazonApiGatewayClient.getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)
Describe an existing Authorizers resource.
|
GetAuthorizersResult |
AmazonApiGateway.getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)
Describe an existing Authorizers resource.
|
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 |
---|---|
GetAuthorizersResult |
GetAuthorizersResult.clone() |
GetAuthorizersResult |
GetAuthorizersResult.withItems(Authorizer... items)
Gets the current list of Authorizer resources in the collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withPosition(String position) |
Copyright © 2018. All rights reserved.