Gets the credentials which will be used to call the service. If the credentials have not been
acquired yet, then they will be acquired when this function is called.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `NoCredentialsProvider` is 2.63.1, but many other versions are listed, each linking to its respective documentation."],["`NoCredentialsProvider` is a `CredentialsProvider` that is designed to always return null credentials."],["It inherits from `java.lang.Object`, and implements `CredentialsProvider`."],["It includes static methods like `create()` and instance methods such as `getCredentials()`, the latter of which returns the credentials that will be used to call a service."],["`NoCredentialsProvider` comes with a constructor of its own, `NoCredentialsProvider()`."]]],[]]