Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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(Collection<String> warnings) |
RestApi |
RestApi.withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
List<RestApi> |
GetRestApisResult.getItems()
An array of links to the current page of RestApi resources.
|
Modifier and Type | Method and Description |
---|---|
GetRestApisResult |
GetRestApisResult.withItems(RestApi... items)
An array of links to the current page of RestApi resources.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.