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