Uses of Class
com.oracle.bmc.databasemanagement.model.ResourceType
-
Packages that use ResourceType Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of ResourceType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. create(String key)ResourceTypeCreateNamedCredentialDetails. getType()The type of resource associated with the named credential.ResourceTypeNamedCredential. getType()The type of resource associated with the named credential.ResourceTypeNamedCredentialSummary. getType()The type of resource associated with the named credential.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ResourceType Modifier and Type Method Description CreateNamedCredentialDetails.BuilderCreateNamedCredentialDetails.Builder. type(ResourceType type)The type of resource associated with the named credential.NamedCredential.BuilderNamedCredential.Builder. type(ResourceType type)The type of resource associated with the named credential.NamedCredentialSummary.BuilderNamedCredentialSummary.Builder. type(ResourceType type)The type of resource associated with the named credential.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ResourceType Constructor Description CreateNamedCredentialDetails(String name, String description, NamedCredentialScope scope, ResourceType type, NamedCredentialContent content, String compartmentId, String associatedResource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.NamedCredential(String name, String id, String compartmentId, String description, LifecycleStates lifecycleState, String lifecycleDetails, NamedCredentialScope scope, ResourceType type, NamedCredentialContent content, Date timeCreated, Date timeUpdated, String associatedResource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.NamedCredentialSummary(String id, String compartmentId, String name, String description, NamedCredentialScope scope, ResourceType type, LifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ResourceType in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ResourceType Modifier and Type Method Description ResourceTypeListNamedCredentialsRequest. getType()The type of database that is associated to the named credential.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type ResourceType Modifier and Type Method Description ListNamedCredentialsRequest.BuilderListNamedCredentialsRequest.Builder. type(ResourceType type)The type of database that is associated to the named credential.
-