Uses of Class
com.amazonaws.services.apigateway.model.UpdateAuthorizerResult
-
Packages that use UpdateAuthorizerResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateAuthorizerResult Modifier and Type Method Description UpdateAuthorizerResultAbstractAmazonApiGateway. updateAuthorizer(UpdateAuthorizerRequest request)UpdateAuthorizerResultAmazonApiGateway. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)Updates an existing Authorizer resource.UpdateAuthorizerResultAmazonApiGatewayClient. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)Updates an existing Authorizer resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAuthorizerResult Modifier and Type Method Description Future<UpdateAuthorizerResult>AbstractAmazonApiGatewayAsync. updateAuthorizerAsync(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)Future<UpdateAuthorizerResult>AmazonApiGatewayAsync. updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest, AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)Updates an existing Authorizer resource.Future<UpdateAuthorizerResult>AmazonApiGatewayAsyncClient. updateAuthorizerAsync(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) -
Uses of UpdateAuthorizerResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAuthorizerResult Modifier and Type Method Description UpdateAuthorizerResultUpdateAuthorizerResult. clone()UpdateAuthorizerResultUpdateAuthorizerResult. withAuthorizerCredentials(String authorizerCredentials)Specifies the credentials required for the authorizer, if any.UpdateAuthorizerResultUpdateAuthorizerResult. withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)The TTL in seconds of cached authorizer results.UpdateAuthorizerResultUpdateAuthorizerResult. withAuthorizerUri(String authorizerUri)[Required] Specifies the authorizer's Uniform Resource Identifier (URI).UpdateAuthorizerResultUpdateAuthorizerResult. withAuthType(String authType)Optional customer-defined field, used in Swagger imports/exports.UpdateAuthorizerResultUpdateAuthorizerResult. withId(String id)The identifier for the authorizer resource.UpdateAuthorizerResultUpdateAuthorizerResult. withIdentitySource(String identitySource)[Required] The source of the identity in an incoming request.UpdateAuthorizerResultUpdateAuthorizerResult. withIdentityValidationExpression(String identityValidationExpression)A validation expression for the incoming identity.UpdateAuthorizerResultUpdateAuthorizerResult. withName(String name)[Required] The name of the authorizer.UpdateAuthorizerResultUpdateAuthorizerResult. withType(AuthorizerType type)[Required] The type of the authorizer.UpdateAuthorizerResultUpdateAuthorizerResult. withType(String type)[Required] The type of the authorizer.
-