| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
BasePathMapping |
BasePathMapping.clone() |
BasePathMapping |
BasePathMapping.withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
BasePathMapping |
BasePathMapping.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
BasePathMapping |
BasePathMapping.withStage(String stage)
The name of the associated stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<BasePathMapping> |
GetBasePathMappingsResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(BasePathMapping... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBasePathMappingsResult.setItems(Collection<BasePathMapping> items)
The current page of elements from this collection.
|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(Collection<BasePathMapping> items)
The current page of elements from this collection.
|
Copyright © 2023. All rights reserved.