Uses of Class
com.amazonaws.services.apigateway.model.RestApi
-
Packages that use RestApi Package Description com.amazonaws.services.apigateway.model -
-
Uses of RestApi in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return RestApi Modifier and Type Method Description RestApi
RestApi. clone()
RestApi
RestApi. withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.RestApi
RestApi. withDescription(String description)
The API's description.RestApi
RestApi. withId(String id)
The API's identifier.RestApi
RestApi. withName(String name)
The API's name.RestApi
RestApi. withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if any).RestApi
RestApi. withWarnings(Collection<String> warnings)
Methods in com.amazonaws.services.apigateway.model that return types with arguments of type RestApi Modifier and Type Method Description List<RestApi>
GetRestApisResult. getItems()
An array of links to the current page of RestApi resources.Methods in com.amazonaws.services.apigateway.model with parameters of type RestApi Modifier and Type Method Description GetRestApisResult
GetRestApisResult. withItems(RestApi... items)
An array of links to the current page of RestApi resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type RestApi Modifier and Type Method Description void
GetRestApisResult. setItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.GetRestApisResult
GetRestApisResult. withItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.
-