Uses of Class
com.amazonaws.services.apigateway.model.CreateAuthorizerRequest
-
Packages that use CreateAuthorizerRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateAuthorizerRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateAuthorizerRequest Modifier and Type Method Description Future<CreateAuthorizerResult>
AbstractAmazonApiGatewayAsync. 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>
AmazonApiGatewayAsyncClient. createAuthorizerAsync(CreateAuthorizerRequest request, AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
-
Uses of CreateAuthorizerRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateAuthorizerRequest Modifier and Type Method Description CreateAuthorizerRequest
CreateAuthorizerRequest. clone()
CreateAuthorizerRequest
CreateAuthorizerRequest. withAuthorizerCredentials(String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.CreateAuthorizerRequest
CreateAuthorizerRequest. withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL of cached authorizer results.CreateAuthorizerRequest
CreateAuthorizerRequest. withAuthorizerUri(String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).CreateAuthorizerRequest
CreateAuthorizerRequest. withAuthType(String authType)
Optional customer-defined field, used in Swagger imports/exports.CreateAuthorizerRequest
CreateAuthorizerRequest. withIdentitySource(String identitySource)
[Required] The source of the identity in an incoming request.CreateAuthorizerRequest
CreateAuthorizerRequest. withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.CreateAuthorizerRequest
CreateAuthorizerRequest. withName(String name)
[Required] The name of the authorizer.CreateAuthorizerRequest
CreateAuthorizerRequest. withRestApiId(String restApiId)
The RestApi identifier under which the Authorizer will be created.CreateAuthorizerRequest
CreateAuthorizerRequest. withType(AuthorizerType type)
[Required] The type of the authorizer.CreateAuthorizerRequest
CreateAuthorizerRequest. withType(String type)
[Required] The type of the authorizer.
-