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 GetRestApiResultAbstractAmazonApiGateway. getRestApi(GetRestApiRequest request)GetRestApiResultAmazonApiGateway. getRestApi(GetRestApiRequest getRestApiRequest)Lists the RestApi resource in the collection.GetRestApiResultAmazonApiGatewayClient. 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 GetRestApiResultGetRestApiResult. clone()GetRestApiResultGetRestApiResult. withCreatedDate(Date createdDate)The date when the API was created, in ISO 8601 format.GetRestApiResultGetRestApiResult. withDescription(String description)The API's description.GetRestApiResultGetRestApiResult. withId(String id)The API's identifier.GetRestApiResultGetRestApiResult. withName(String name)The API's name.GetRestApiResultGetRestApiResult. withWarnings(String... warnings)NOTE: This method appends the values to the existing list (if any).GetRestApiResultGetRestApiResult. withWarnings(Collection<String> warnings)
-