Uses of Class
com.oracle.bmc.datasafe.model.OnPremConnectorLifecycleState
-
Packages that use OnPremConnectorLifecycleState Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of OnPremConnectorLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return OnPremConnectorLifecycleState Modifier and Type Method Description static OnPremConnectorLifecycleState
OnPremConnectorLifecycleState. create(String key)
static OnPremConnectorLifecycleState
OnPremConnectorLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnPremConnectorLifecycleState[]
OnPremConnectorLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OnPremConnectorLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return OnPremConnectorLifecycleState Modifier and Type Method Description OnPremConnectorLifecycleState
ListOnPremConnectorsRequest. getOnPremConnectorLifecycleState()
A filter to return only on-premises connector resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type OnPremConnectorLifecycleState Modifier and Type Method Description ListOnPremConnectorsRequest.Builder
ListOnPremConnectorsRequest.Builder. onPremConnectorLifecycleState(OnPremConnectorLifecycleState onPremConnectorLifecycleState)
A filter to return only on-premises connector resources that match the specified lifecycle state.
-