Uses of Class
com.amazonaws.services.apigateway.model.BasePathMapping
Packages that use BasePathMapping
-
Uses of BasePathMapping in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return BasePathMappingModifier and TypeMethodDescriptionBasePathMapping.clone()
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.withRestApiId
(String restApiId) The name of the API.The name of the API's stage.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type BasePathMappingModifier and TypeMethodDescriptionGetBasePathMappingsResult.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 BasePathMappingModifier and TypeMethodDescriptionGetBasePathMappingsResult.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 BasePathMappingModifier and TypeMethodDescriptionvoid
GetBasePathMappingsResult.setItems
(Collection<BasePathMapping> items) The current page of any BasePathMapping resources in the collection of base path mapping resources.GetBasePathMappingsResult.withItems
(Collection<BasePathMapping> items) The current page of any BasePathMapping resources in the collection of base path mapping resources.