Uses of Class
com.amazonaws.services.apigateway.model.CreateAuthorizerResult
-
Packages that use CreateAuthorizerResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateAuthorizerResult Modifier and Type Method Description CreateAuthorizerResult
AbstractAmazonApiGateway. createAuthorizer(CreateAuthorizerRequest request)
CreateAuthorizerResult
AmazonApiGateway. createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.CreateAuthorizerResult
AmazonApiGatewayClient. createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateAuthorizerResult 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 CreateAuthorizerResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateAuthorizerResult Modifier and Type Method 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.
-