Uses of Class
com.oracle.bmc.databasemanagement.model.NamedCredentialScope
-
Packages that use NamedCredentialScope Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of NamedCredentialScope in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return NamedCredentialScope Modifier and Type Method Description static NamedCredentialScope
NamedCredentialScope. create(String key)
NamedCredentialScope
CreateNamedCredentialDetails. getScope()
The scope of the named credential.NamedCredentialScope
NamedCredential. getScope()
The scope of the named credential.NamedCredentialScope
NamedCredentialSummary. getScope()
The scope of the named credential.NamedCredentialScope
UpdateNamedCredentialDetails. getScope()
The scope of the named credential.static NamedCredentialScope
NamedCredentialScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static NamedCredentialScope[]
NamedCredentialScope. 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 NamedCredentialScope Modifier and Type Method Description CreateNamedCredentialDetails.Builder
CreateNamedCredentialDetails.Builder. scope(NamedCredentialScope scope)
The scope of the named credential.NamedCredential.Builder
NamedCredential.Builder. scope(NamedCredentialScope scope)
The scope of the named credential.NamedCredentialSummary.Builder
NamedCredentialSummary.Builder. scope(NamedCredentialScope scope)
The scope of the named credential.UpdateNamedCredentialDetails.Builder
UpdateNamedCredentialDetails.Builder. scope(NamedCredentialScope scope)
The scope of the named credential.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type NamedCredentialScope 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.UpdateNamedCredentialDetails(String description, NamedCredentialScope scope, NamedCredentialContent content, String associatedResource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of NamedCredentialScope in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return NamedCredentialScope Modifier and Type Method Description NamedCredentialScope
ListNamedCredentialsRequest. getScope()
The scope of named credential.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type NamedCredentialScope Modifier and Type Method Description ListNamedCredentialsRequest.Builder
ListNamedCredentialsRequest.Builder. scope(NamedCredentialScope scope)
The scope of named credential.
-