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 ResourceType
ResourceType. create(String key)
ResourceType
CreateNamedCredentialDetails. getType()
The type of resource associated with the named credential.ResourceType
NamedCredential. getType()
The type of resource associated with the named credential.ResourceType
NamedCredentialSummary. getType()
The type of resource associated with the named credential.static ResourceType
ResourceType. 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.Builder
CreateNamedCredentialDetails.Builder. type(ResourceType type)
The type of resource associated with the named credential.NamedCredential.Builder
NamedCredential.Builder. type(ResourceType type)
The type of resource associated with the named credential.NamedCredentialSummary.Builder
NamedCredentialSummary.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 ResourceType
ListNamedCredentialsRequest. 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.Builder
ListNamedCredentialsRequest.Builder. type(ResourceType type)
The type of database that is associated to the named credential.
-