Uses of Class
com.amazonaws.services.apigateway.model.GetAuthorizersRequest
Packages that use GetAuthorizersRequest
-
Uses of GetAuthorizersRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetAuthorizersRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getAuthorizers
(GetAuthorizersRequest request) AmazonApiGateway.getAuthorizers
(GetAuthorizersRequest getAuthorizersRequest) Describe an existing Authorizers resource.AmazonApiGatewayClient.getAuthorizers
(GetAuthorizersRequest getAuthorizersRequest) Describe an existing Authorizers resource.AbstractAmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest request) AbstractAmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest request, AsyncHandler<GetAuthorizersRequest, GetAuthorizersResult> asyncHandler) AmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest getAuthorizersRequest) Describe an existing Authorizers resource.AmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest getAuthorizersRequest, AsyncHandler<GetAuthorizersRequest, GetAuthorizersResult> asyncHandler) Describe an existing Authorizers resource.AmazonApiGatewayAsyncClient.getAuthorizersAsync
(GetAuthorizersRequest request) AmazonApiGatewayAsyncClient.getAuthorizersAsync
(GetAuthorizersRequest request, AsyncHandler<GetAuthorizersRequest, GetAuthorizersResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetAuthorizersRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest request, AsyncHandler<GetAuthorizersRequest, GetAuthorizersResult> asyncHandler) AmazonApiGatewayAsync.getAuthorizersAsync
(GetAuthorizersRequest getAuthorizersRequest, AsyncHandler<GetAuthorizersRequest, GetAuthorizersResult> asyncHandler) Describe an existing Authorizers resource.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 GetAuthorizersRequestModifier and TypeMethodDescriptionGetAuthorizersRequest.clone()
Limit the number of Authorizer resources in the response.GetAuthorizersRequest.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.GetAuthorizersRequest.withRestApiId
(String restApiId) The RestApi identifier for the Authorizers resource.