Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingRequest
-
Packages that use GetBasePathMappingRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetBasePathMappingRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetBasePathMappingRequest 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 GetBasePathMappingRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetBasePathMappingRequest Modifier and Type Method Description GetBasePathMappingRequest
GetBasePathMappingRequest. clone()
GetBasePathMappingRequest
GetBasePathMappingRequest. withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.GetBasePathMappingRequest
GetBasePathMappingRequest. withDomainName(String domainName)
The domain name of the BasePathMapping resource to be described.
-