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 GetAuthorizersResult
AbstractAmazonApiGateway. getAuthorizers(GetAuthorizersRequest request)
GetAuthorizersResult
AmazonApiGateway. getAuthorizers(GetAuthorizersRequest getAuthorizersRequest)
Describe an existing Authorizers resource.GetAuthorizersResult
AmazonApiGatewayClient. 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 GetAuthorizersResult
GetAuthorizersResult. clone()
GetAuthorizersResult
GetAuthorizersResult. withItems(Authorizer... items)
Gets the current list of Authorizer resources in the collection.GetAuthorizersResult
GetAuthorizersResult. withItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.GetAuthorizersResult
GetAuthorizersResult. withPosition(String position)
-