Uses of Class
com.amazonaws.services.apigateway.model.GetRestApiResult
-
Packages that use GetRestApiResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetRestApiResult Modifier and Type Method Description GetRestApiResult
AbstractAmazonApiGateway. getRestApi(GetRestApiRequest request)
GetRestApiResult
AmazonApiGateway. getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.GetRestApiResult
AmazonApiGatewayClient. getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApiResult Modifier and Type Method Description Future<GetRestApiResult>
AbstractAmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Future<GetRestApiResult>
AmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.Future<GetRestApiResult>
AmazonApiGatewayAsyncClient. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
-
Uses of GetRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApiResult Modifier and Type Method Description GetRestApiResult
GetRestApiResult. clone()
GetRestApiResult
GetRestApiResult. withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.GetRestApiResult
GetRestApiResult. withDescription(String description)
The API's description.GetRestApiResult
GetRestApiResult. withId(String id)
The API's identifier.GetRestApiResult
GetRestApiResult. withName(String name)
The API's name.GetRestApiResult
GetRestApiResult. withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if any).GetRestApiResult
GetRestApiResult. withWarnings(Collection<String> warnings)
-