Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingRequest
Packages that use GetBasePathMappingRequest
-
Uses of GetBasePathMappingRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getBasePathMapping(GetBasePathMappingRequest request) AmazonApiGateway.getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest) Describe a BasePathMapping resource.AmazonApiGatewayClient.getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest) Describe a BasePathMapping resource.AbstractAmazonApiGatewayAsync.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 GetBasePathMappingRequestModifier 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 GetBasePathMappingRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetBasePathMappingRequestModifier and TypeMethodDescriptionGetBasePathMappingRequest.clone()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.withDomainName(String domainName) The domain name of the BasePathMapping resource to be described.