Uses of Class
com.oracle.bmc.wlms.requests.GetWlsDomainCredentialRequest.CredentialType
-
Packages that use GetWlsDomainCredentialRequest.CredentialType Package Description com.oracle.bmc.wlms.requests -
-
Uses of GetWlsDomainCredentialRequest.CredentialType in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return GetWlsDomainCredentialRequest.CredentialType Modifier and Type Method Description static GetWlsDomainCredentialRequest.CredentialTypeGetWlsDomainCredentialRequest.CredentialType. create(String key)GetWlsDomainCredentialRequest.CredentialTypeGetWlsDomainCredentialRequest. getCredentialType()The type of the credentials.static GetWlsDomainCredentialRequest.CredentialTypeGetWlsDomainCredentialRequest.CredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetWlsDomainCredentialRequest.CredentialType[]GetWlsDomainCredentialRequest.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 GetWlsDomainCredentialRequest.CredentialType Modifier and Type Method Description GetWlsDomainCredentialRequest.BuilderGetWlsDomainCredentialRequest.Builder. credentialType(GetWlsDomainCredentialRequest.CredentialType credentialType)The type of the credentials.
-