Uses of Class
com.amazonaws.services.apigateway.model.GetRestApiRequest
Packages that use GetRestApiRequest
-
Uses of GetRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getRestApi(GetRestApiRequest request) AmazonApiGateway.getRestApi(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.AmazonApiGatewayClient.getRestApi(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request) AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Lists the RestApi resource in the collection.AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request) AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Lists the RestApi resource in the collection.AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) -
Uses of GetRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApiRequestModifier and TypeMethodDescriptionGetRestApiRequest.clone()GetRestApiRequest.withRestApiId(String restApiId) The identifier of the RestApi resource.