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, while the current page is focused on version 2.33.0."],["`NoCredentialsProvider` is a Java class that implements `CredentialsProvider` and is designed to always return `null` credentials."],["This class inherits from `java.lang.Object` and has methods such as `create()` to instantiate the `NoCredentialsProvider` as well as `getCredentials()` to obtain credentials."],["The documentation lists available versions of this class, ranging from 2.63.1 down to version 2.7.1, each linking to specific documentation for that version."],["`NoCredentialsProvider` has a simple constructor, `NoCredentialsProvider()`, that can be used to create an instance of the class."]]],[]]