Uses of Class
com.oracle.bmc.loganalytics.model.EndpointCredentials.CredentialType
-
Packages that use EndpointCredentials.CredentialType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointCredentials.CredentialType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointCredentials.CredentialType Modifier and Type Method Description static EndpointCredentials.CredentialType
EndpointCredentials.CredentialType. create(String key)
EndpointCredentials.CredentialType
EndpointCredentials. getCredentialType()
The credential type.static EndpointCredentials.CredentialType
EndpointCredentials.CredentialType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EndpointCredentials.CredentialType[]
EndpointCredentials.CredentialType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type EndpointCredentials.CredentialType Modifier and Type Method Description EndpointCredentials.Builder
EndpointCredentials.Builder. credentialType(EndpointCredentials.CredentialType credentialType)
The credential type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EndpointCredentials.CredentialType Constructor Description EndpointCredentials(EndpointCredentials.CredentialType credentialType, String credentialName, CredentialEndpoint credentialEndpoint)
Deprecated.
-