Uses of Class
com.oracle.bmc.loganalytics.model.EndpointProxy.CredentialType
-
Packages that use EndpointProxy.CredentialType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointProxy.CredentialType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointProxy.CredentialType Modifier and Type Method Description static EndpointProxy.CredentialTypeEndpointProxy.CredentialType. create(String key)EndpointProxy.CredentialTypeEndpointProxy. getCredentialType()The credential type.static EndpointProxy.CredentialTypeEndpointProxy.CredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointProxy.CredentialType[]EndpointProxy.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 EndpointProxy.CredentialType Modifier and Type Method Description EndpointProxy.BuilderEndpointProxy.Builder. credentialType(EndpointProxy.CredentialType credentialType)The credential type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EndpointProxy.CredentialType Constructor Description EndpointProxy(String url, String credentialName, EndpointProxy.CredentialType credentialType)Deprecated.
-