| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizerResult |
AbstractAmazonApiGateway.getAuthorizer(GetAuthorizerRequest request) |
GetAuthorizerResult |
AmazonApiGateway.getAuthorizer(GetAuthorizerRequest getAuthorizerRequest)
Describe an existing Authorizer resource.
|
GetAuthorizerResult |
AmazonApiGatewayClient.getAuthorizer(GetAuthorizerRequest request)
Describe an existing Authorizer resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthorizerResult> |
AbstractAmazonApiGatewayAsync.getAuthorizerAsync(GetAuthorizerRequest request,
AsyncHandler<GetAuthorizerRequest,GetAuthorizerResult> asyncHandler) |
Future<GetAuthorizerResult> |
AmazonApiGatewayAsync.getAuthorizerAsync(GetAuthorizerRequest getAuthorizerRequest,
AsyncHandler<GetAuthorizerRequest,GetAuthorizerResult> asyncHandler)
Describe an existing Authorizer resource.
|
Future<GetAuthorizerResult> |
AmazonApiGatewayAsyncClient.getAuthorizerAsync(GetAuthorizerRequest request,
AsyncHandler<GetAuthorizerRequest,GetAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizerResult |
GetAuthorizerResult.clone() |
GetAuthorizerResult |
GetAuthorizerResult.withAuthorizerCredentials(String authorizerCredentials)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
GetAuthorizerResult |
GetAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
GetAuthorizerResult |
GetAuthorizerResult.withAuthorizerUri(String authorizerUri)
Specifies the authorizer's Uniform Resource Identifier (URI).
|
GetAuthorizerResult |
GetAuthorizerResult.withAuthType(String authType)
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
|
GetAuthorizerResult |
GetAuthorizerResult.withId(String id)
The identifier for the authorizer resource.
|
GetAuthorizerResult |
GetAuthorizerResult.withIdentitySource(String identitySource)
The identity source for which authorization is requested.
|
GetAuthorizerResult |
GetAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity token.
|
GetAuthorizerResult |
GetAuthorizerResult.withName(String name)
The name of the authorizer.
|
GetAuthorizerResult |
GetAuthorizerResult.withProviderARNs(Collection<String> providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
GetAuthorizerResult |
GetAuthorizerResult.withProviderARNs(String... providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
GetAuthorizerResult |
GetAuthorizerResult.withType(AuthorizerType type)
The authorizer type.
|
GetAuthorizerResult |
GetAuthorizerResult.withType(String type)
The authorizer type.
|
Copyright © 2022. All rights reserved.