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 RestApiRestApi. clone()RestApiRestApi. withCreatedDate(Date createdDate)The date when the API was created, in ISO 8601 format.RestApiRestApi. withDescription(String description)The API's description.RestApiRestApi. withId(String id)The API's identifier.RestApiRestApi. withName(String name)The API's name.RestApiRestApi. withWarnings(String... warnings)NOTE: This method appends the values to the existing list (if any).RestApiRestApi. 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 GetRestApisResultGetRestApisResult. 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 voidGetRestApisResult. setItems(Collection<RestApi> items)An array of links to the current page of RestApi resources.GetRestApisResultGetRestApisResult. withItems(Collection<RestApi> items)An array of links to the current page of RestApi resources.
-