Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
-
Packages that use UpdateBasePathMappingRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateBasePathMappingRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateBasePathMappingRequest Modifier and Type Method Description default CompletableFuture<UpdateBasePathMappingResponse>ApiGatewayAsyncClient. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource.default UpdateBasePathMappingResponseApiGatewayClient. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource. -
Uses of UpdateBasePathMappingRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateBasePathMappingRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBasePathMappingRequestMarshaller. marshall(UpdateBasePathMappingRequest updateBasePathMappingRequest)
-