Uses of Class
com.amazonaws.services.apigateway.model.CreateAuthorizerResult
Packages that use CreateAuthorizerResult
-
Uses of CreateAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateAuthorizerResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 CreateAuthorizerResultModifier 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 CreateAuthorizerResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateAuthorizerResultModifier and TypeMethodDescriptionCreateAuthorizerResult.clone()CreateAuthorizerResult.withAuthorizerCredentials(String authorizerCredentials) Specifies the credentials required for the authorizer, if any.CreateAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.CreateAuthorizerResult.withAuthorizerUri(String authorizerUri) [Required] Specifies the authorizer's Uniform Resource Identifier (URI).CreateAuthorizerResult.withAuthType(String authType) Optional customer-defined field, used in Swagger imports/exports.The identifier for the authorizer resource.CreateAuthorizerResult.withIdentitySource(String identitySource) [Required] The source of the identity in an incoming request.CreateAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression) A validation expression for the incoming identity.[Required] The name of the authorizer.CreateAuthorizerResult.withType(AuthorizerType type) [Required] The type of the authorizer.[Required] The type of the authorizer.