Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
-
Packages that use CreateBasePathMappingRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateBasePathMappingRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateBasePathMappingRequest Modifier and Type Method Description default CompletableFuture<CreateBasePathMappingResponse>ApiGatewayAsyncClient. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource.default CreateBasePathMappingResponseApiGatewayClient. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource. -
Uses of CreateBasePathMappingRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateBasePathMappingRequest Modifier and Type Method Description SdkHttpFullRequestCreateBasePathMappingRequestMarshaller. marshall(CreateBasePathMappingRequest createBasePathMappingRequest)
-