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