Uses of Class
com.amazonaws.services.apigateway.model.GetAuthorizersRequest
-
Packages that use GetAuthorizersRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetAuthorizersRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetAuthorizersRequest 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 GetAuthorizersRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetAuthorizersRequest Modifier and Type Method Description GetAuthorizersRequestGetAuthorizersRequest. clone()GetAuthorizersRequestGetAuthorizersRequest. withLimit(Integer limit)Limit the number of Authorizer resources in the response.GetAuthorizersRequestGetAuthorizersRequest. withPosition(String position)If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.GetAuthorizersRequestGetAuthorizersRequest. withRestApiId(String restApiId)The RestApi identifier for the Authorizers resource.
-