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 CreateAuthorizerResultAbstractAmazonApiGateway. createAuthorizer(CreateAuthorizerRequest request)CreateAuthorizerResultAmazonApiGateway. createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)Adds a new Authorizer resource to an existing RestApi resource.CreateAuthorizerResultAmazonApiGatewayClient. 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 CreateAuthorizerResultCreateAuthorizerResult. clone()CreateAuthorizerResultCreateAuthorizerResult. withAuthorizerCredentials(String authorizerCredentials)Specifies the credentials required for the authorizer, if any.CreateAuthorizerResultCreateAuthorizerResult. withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)The TTL in seconds of cached authorizer results.CreateAuthorizerResultCreateAuthorizerResult. withAuthorizerUri(String authorizerUri)[Required] Specifies the authorizer's Uniform Resource Identifier (URI).CreateAuthorizerResultCreateAuthorizerResult. withAuthType(String authType)Optional customer-defined field, used in Swagger imports/exports.CreateAuthorizerResultCreateAuthorizerResult. withId(String id)The identifier for the authorizer resource.CreateAuthorizerResultCreateAuthorizerResult. withIdentitySource(String identitySource)[Required] The source of the identity in an incoming request.CreateAuthorizerResultCreateAuthorizerResult. withIdentityValidationExpression(String identityValidationExpression)A validation expression for the incoming identity.CreateAuthorizerResultCreateAuthorizerResult. withName(String name)[Required] The name of the authorizer.CreateAuthorizerResultCreateAuthorizerResult. withType(AuthorizerType type)[Required] The type of the authorizer.CreateAuthorizerResultCreateAuthorizerResult. withType(String type)[Required] The type of the authorizer.
-