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