Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingResult
Packages that use GetBasePathMappingResult
-
Uses of GetBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getBasePathMapping
(GetBasePathMappingRequest request) AmazonApiGateway.getBasePathMapping
(GetBasePathMappingRequest getBasePathMappingRequest) Describe a BasePathMapping resource.AmazonApiGatewayClient.getBasePathMapping
(GetBasePathMappingRequest getBasePathMappingRequest) Describe a BasePathMapping resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest request) AbstractAmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest request, AsyncHandler<GetBasePathMappingRequest, GetBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest getBasePathMappingRequest) Describe a BasePathMapping resource.AmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest getBasePathMappingRequest, AsyncHandler<GetBasePathMappingRequest, GetBasePathMappingResult> asyncHandler) Describe a BasePathMapping resource.AmazonApiGatewayAsyncClient.getBasePathMappingAsync
(GetBasePathMappingRequest request) AmazonApiGatewayAsyncClient.getBasePathMappingAsync
(GetBasePathMappingRequest request, AsyncHandler<GetBasePathMappingRequest, GetBasePathMappingResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest request, AsyncHandler<GetBasePathMappingRequest, GetBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.getBasePathMappingAsync
(GetBasePathMappingRequest getBasePathMappingRequest, AsyncHandler<GetBasePathMappingRequest, GetBasePathMappingResult> asyncHandler) Describe a BasePathMapping resource.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 GetBasePathMappingResultModifier and TypeMethodDescriptionGetBasePathMappingResult.clone()
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.withRestApiId
(String restApiId) The name of the API.The name of the API's stage.