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