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 name of the API.
|
BasePathMapping |
BasePathMapping.withStage(String stage)
The name of the API's stage.
|
Modifier and Type | Method and Description |
---|---|
List<BasePathMapping> |
GetBasePathMappingsResult.getItems()
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetBasePathMappingsResult.setItems(Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Copyright © 2018. All rights reserved.