Uses of Class
com.oracle.bmc.datasafe.requests.ListDataSafePrivateEndpointsRequest.AccessLevel
-
Packages that use ListDataSafePrivateEndpointsRequest.AccessLevel Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListDataSafePrivateEndpointsRequest.AccessLevel in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListDataSafePrivateEndpointsRequest.AccessLevel Modifier and Type Method Description static ListDataSafePrivateEndpointsRequest.AccessLevelListDataSafePrivateEndpointsRequest.AccessLevel. create(String key)ListDataSafePrivateEndpointsRequest.AccessLevelListDataSafePrivateEndpointsRequest. getAccessLevel()Valid values are RESTRICTED and ACCESSIBLE.static ListDataSafePrivateEndpointsRequest.AccessLevelListDataSafePrivateEndpointsRequest.AccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDataSafePrivateEndpointsRequest.AccessLevel[]ListDataSafePrivateEndpointsRequest.AccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListDataSafePrivateEndpointsRequest.AccessLevel Modifier and Type Method Description ListDataSafePrivateEndpointsRequest.BuilderListDataSafePrivateEndpointsRequest.Builder. accessLevel(ListDataSafePrivateEndpointsRequest.AccessLevel accessLevel)Valid values are RESTRICTED and ACCESSIBLE.
-