Uses of Class
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
-
Packages that use GetBasePathMappingResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetBasePathMappingResponse Modifier and Type Method Description default GetBasePathMappingResponseApiGatewayClient. getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest)Describe a BasePathMapping resource.default GetBasePathMappingResponseApiGatewayClient. getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)Describe a BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetBasePathMappingResponse Modifier and Type Method Description default CompletableFuture<GetBasePathMappingResponse>ApiGatewayAsyncClient. getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest)Describe a BasePathMapping resource.default CompletableFuture<GetBasePathMappingResponse>ApiGatewayAsyncClient. getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)Describe a BasePathMapping resource.
-