Uses of Class
com.amazonaws.services.apigateway.model.GetAuthorizersResult
-
Packages that use GetAuthorizersResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetAuthorizersResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetAuthorizersResult Modifier and Type Method Description GetAuthorizersResultAbstractAmazonApiGateway. getAuthorizers(GetAuthorizersRequest request)GetAuthorizersResultAmazonApiGateway. getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)Describe an existing Authorizers resource.GetAuthorizersResultAmazonApiGatewayClient. getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)Describe an existing Authorizers resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetAuthorizersResult Modifier and Type Method Description Future<GetAuthorizersResult>AbstractAmazonApiGatewayAsync. getAuthorizersAsync(GetAuthorizersRequest request, AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler)Future<GetAuthorizersResult>AmazonApiGatewayAsync. getAuthorizersAsync(GetAuthorizersRequest getAuthorizersRequest, AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler)Describe an existing Authorizers resource.Future<GetAuthorizersResult>AmazonApiGatewayAsyncClient. getAuthorizersAsync(GetAuthorizersRequest request, AsyncHandler<GetAuthorizersRequest,GetAuthorizersResult> asyncHandler) -
Uses of GetAuthorizersResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetAuthorizersResult Modifier and Type Method Description GetAuthorizersResultGetAuthorizersResult. clone()GetAuthorizersResultGetAuthorizersResult. withItems(Authorizer... items)Gets the current list of Authorizer resources in the collection.GetAuthorizersResultGetAuthorizersResult. withItems(Collection<Authorizer> items)Gets the current list of Authorizer resources in the collection.GetAuthorizersResultGetAuthorizersResult. withPosition(String position)
-