Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateAuthorizerResult |
AbstractAmazonApiGateway.createAuthorizer(CreateAuthorizerRequest request) |
CreateAuthorizerResult |
AmazonApiGatewayClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi
resource.
|
CreateAuthorizerResult |
AmazonApiGateway.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi
resource.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAuthorizerResult> |
AmazonApiGatewayAsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
Adds a new Authorizer resource to an existing RestApi
resource.
|
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateAuthorizerResult |
CreateAuthorizerResult.clone() |
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerCredentials(String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerUri(String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthType(String authType)
Optional customer-defined field, used in Swagger imports/exports.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withId(String id)
The identifier for the authorizer resource.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withIdentitySource(String identitySource)
[Required] The source of the identity in an incoming request.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withName(String name)
[Required] The name of the authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withType(String type)
[Required] The type of the authorizer.
|
Copyright © 2018. All rights reserved.