Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingResult
-
Packages that use GetBasePathMappingResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetBasePathMappingResult Modifier and Type Method Description GetBasePathMappingResult
AbstractAmazonApiGateway. getBasePathMapping(GetBasePathMappingRequest request)
GetBasePathMappingResult
AmazonApiGateway. getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.GetBasePathMappingResult
AmazonApiGatewayClient. getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetBasePathMappingResult Modifier and Type Method Description Future<GetBasePathMappingResult>
AbstractAmazonApiGatewayAsync. getBasePathMappingAsync(GetBasePathMappingRequest request, AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler)
Future<GetBasePathMappingResult>
AmazonApiGatewayAsync. getBasePathMappingAsync(GetBasePathMappingRequest getBasePathMappingRequest, AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler)
Describe a BasePathMapping resource.Future<GetBasePathMappingResult>
AmazonApiGatewayAsyncClient. getBasePathMappingAsync(GetBasePathMappingRequest request, AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler)
-
Uses of GetBasePathMappingResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetBasePathMappingResult Modifier and Type Method Description GetBasePathMappingResult
GetBasePathMappingResult. clone()
GetBasePathMappingResult
GetBasePathMappingResult. withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.GetBasePathMappingResult
GetBasePathMappingResult. withRestApiId(String restApiId)
The name of the API.GetBasePathMappingResult
GetBasePathMappingResult. withStage(String stage)
The name of the API's stage.
-