Uses of Class
com.oracle.bmc.wlms.requests.UpdateWlsDomainCredentialRequest.CredentialType
-
Packages that use UpdateWlsDomainCredentialRequest.CredentialType Package Description com.oracle.bmc.wlms.requests -
-
Uses of UpdateWlsDomainCredentialRequest.CredentialType in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return UpdateWlsDomainCredentialRequest.CredentialType Modifier and Type Method Description static UpdateWlsDomainCredentialRequest.CredentialTypeUpdateWlsDomainCredentialRequest.CredentialType. create(String key)UpdateWlsDomainCredentialRequest.CredentialTypeUpdateWlsDomainCredentialRequest. getCredentialType()The type of the credentials.static UpdateWlsDomainCredentialRequest.CredentialTypeUpdateWlsDomainCredentialRequest.CredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateWlsDomainCredentialRequest.CredentialType[]UpdateWlsDomainCredentialRequest.CredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.requests with parameters of type UpdateWlsDomainCredentialRequest.CredentialType Modifier and Type Method Description UpdateWlsDomainCredentialRequest.BuilderUpdateWlsDomainCredentialRequest.Builder. credentialType(UpdateWlsDomainCredentialRequest.CredentialType credentialType)The type of the credentials.
-