Uses of Class
com.amazonaws.services.apigateway.model.BasePathMapping
-
Packages that use BasePathMapping Package Description com.amazonaws.services.apigateway.model -
-
Uses of BasePathMapping in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return BasePathMapping Modifier and Type Method 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.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type BasePathMapping Modifier and Type Method Description List<BasePathMapping>
GetBasePathMappingsResult. getItems()
The current page of any BasePathMapping resources in the collection of base path mapping resources.Methods in com.amazonaws.services.apigateway.model with parameters of type BasePathMapping Modifier and Type Method Description GetBasePathMappingsResult
GetBasePathMappingsResult. withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type BasePathMapping Modifier and Type Method 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.
-