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