Uses of Class
com.databricks.sdk.service.provisioning.EndpointUseCase
-
Packages that use EndpointUseCase Package Description com.databricks.sdk.service.provisioning -
-
Uses of EndpointUseCase in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return EndpointUseCase Modifier and Type Method Description EndpointUseCaseVpcEndpoint. getUseCase()static EndpointUseCaseEndpointUseCase. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointUseCase[]EndpointUseCase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.provisioning with parameters of type EndpointUseCase Modifier and Type Method Description VpcEndpointVpcEndpoint. setUseCase(EndpointUseCase useCase)
-