Uses of Class
com.exoscale.sdk.model.AttachDbaasServiceToEndpointRequest
-
Packages that use AttachDbaasServiceToEndpointRequest Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of AttachDbaasServiceToEndpointRequest in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api with parameters of type AttachDbaasServiceToEndpointRequest Modifier and Type Method Description Operation
ExoscaleApi. attachDbaasServiceToEndpoint(String sourceServiceName, AttachDbaasServiceToEndpointRequest attachDbaasServiceToEndpointRequest)
[BETA] Create a new DBaaS connection between a DBaaS service and an external service -
Uses of AttachDbaasServiceToEndpointRequest in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return AttachDbaasServiceToEndpointRequest Modifier and Type Method Description AttachDbaasServiceToEndpointRequest
AttachDbaasServiceToEndpointRequest. destEndpointId(UUID destEndpointId)
AttachDbaasServiceToEndpointRequest
AttachDbaasServiceToEndpointRequest. type(EnumExternalEndpointTypes type)
-