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 GetAuthorizerResult
AbstractAmazonApiGateway. getAuthorizer(GetAuthorizerRequest request)
GetAuthorizerResult
AmazonApiGateway. getAuthorizer(GetAuthorizerRequest getAuthorizerRequest)
Describe an existing Authorizer resource.GetAuthorizerResult
AmazonApiGatewayClient. 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 GetAuthorizerResult
GetAuthorizerResult. clone()
GetAuthorizerResult
GetAuthorizerResult. withAuthorizerCredentials(String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.GetAuthorizerResult
GetAuthorizerResult. withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.GetAuthorizerResult
GetAuthorizerResult. withAuthorizerUri(String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).GetAuthorizerResult
GetAuthorizerResult. withAuthType(String authType)
Optional customer-defined field, used in Swagger imports/exports.GetAuthorizerResult
GetAuthorizerResult. withId(String id)
The identifier for the authorizer resource.GetAuthorizerResult
GetAuthorizerResult. withIdentitySource(String identitySource)
[Required] The source of the identity in an incoming request.GetAuthorizerResult
GetAuthorizerResult. withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.GetAuthorizerResult
GetAuthorizerResult. withName(String name)
[Required] The name of the authorizer.GetAuthorizerResult
GetAuthorizerResult. withType(AuthorizerType type)
[Required] The type of the authorizer.GetAuthorizerResult
GetAuthorizerResult. withType(String type)
[Required] The type of the authorizer.
-