Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.addResourceMethodsEntry(String key,
Method value) |
Resource |
Resource.clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.
|
Resource |
Resource.clone() |
Resource |
Resource.withId(String id)
The resource's identifier.
|
Resource |
Resource.withParentId(String parentId)
The parent resource's identifier.
|
Resource |
Resource.withPath(String path)
The full path for this resource.
|
Resource |
Resource.withPathPart(String pathPart)
The last path segment for this resource.
|
Resource |
Resource.withResourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
GetResourcesResult.getItems()
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
GetResourcesResult |
GetResourcesResult.withItems(Resource... items)
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
GetResourcesResult.setItems(Collection<Resource> items)
The current page of elements from this collection.
|
GetResourcesResult |
GetResourcesResult.withItems(Collection<Resource> items)
The current page of elements from this collection.
|
Copyright © 2018. All rights reserved.