Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RestApi> |
GetRestApisResult.items
An array of links to the current page of RestApi resources.
|
Modifier and Type | Method and Description |
---|---|
RestApi |
RestApi.clone() |
RestApi |
RestApi.withCreatedDate(java.util.Date createdDate)
The date when the API was created, in ISO 8601 format.
|
RestApi |
RestApi.withDescription(java.lang.String description)
The API's description.
|
RestApi |
RestApi.withId(java.lang.String id)
The API's identifier.
|
RestApi |
RestApi.withName(java.lang.String name)
The API's name.
|
RestApi |
RestApi.withWarnings(java.util.Collection<java.lang.String> warnings) |
RestApi |
RestApi.withWarnings(java.lang.String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RestApi> items)
An array of links to the current page of RestApi resources.
|
GetRestApisResult |
GetRestApisResult.withItems(java.util.Collection<RestApi> items)
An array of links to the current page of RestApi resources.
|
Modifier and Type | Method and Description |
---|---|
RestApi |
RestApiJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RestApiJsonMarshaller.marshall(RestApi restApi,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|