Uses of Class
com.oracle.bmc.databasetools.model.IdentityType
-
Packages that use IdentityType Package Description com.oracle.bmc.databasetools.model com.oracle.bmc.databasetools.requests -
-
Uses of IdentityType in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. create(String key)IdentityTypeValidationIdentityStatus. getType()The Database Tools identity type.static IdentityTypeIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityType[]IdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetools.model with parameters of type IdentityType Modifier and Type Method Description ValidationIdentityStatus.BuilderValidationIdentityStatus.Builder. type(IdentityType type)The Database Tools identity type.Constructors in com.oracle.bmc.databasetools.model with parameters of type IdentityType Constructor Description ValidationIdentityStatus(IdentityType type, DatabaseToolsIdentityStatus status, String statusDetails)Deprecated. -
Uses of IdentityType in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return types with arguments of type IdentityType Modifier and Type Method Description List<IdentityType>ListDatabaseToolsIdentitiesRequest. getType()A filter to return only resources with one of the specified type values.Methods in com.oracle.bmc.databasetools.requests with parameters of type IdentityType Modifier and Type Method Description ListDatabaseToolsIdentitiesRequest.BuilderListDatabaseToolsIdentitiesRequest.Builder. type(IdentityType singularValue)Singular setter.Method parameters in com.oracle.bmc.databasetools.requests with type arguments of type IdentityType Modifier and Type Method Description ListDatabaseToolsIdentitiesRequest.BuilderListDatabaseToolsIdentitiesRequest.Builder. type(List<IdentityType> type)A filter to return only resources with one of the specified type values.
-