You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the client with no arguments, the default credential provider chain is used to
71
+
When creating the client with no arguments (:code:`AWSSecurityTokenServiceClient sts_client = new AWSSecurityTokenServiceClientBuilder().standard().build();`), the default credential provider chain is used to
72
72
retrieve credentials. You can provide a specific credential provider if you want. For more
73
73
information, see Providing AWS Credentials in the AWS SDK for Java.
Copy file name to clipboardExpand all lines: doc_source/prog-services.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@
14
14
15
15
This section provides tutorials and examples of using the |sdk-java| v1 to program AWS services.
16
16
17
+
Find the source code for these examples and others in the AWS documentation `code examples repository on GitHub <https://github.com/awsdocs/aws-doc-sdk-examples>`_.
18
+
19
+
To propose a new code example for the AWS documentation team to consider producing, create a new request.
20
+
The team is looking to produce code examples that cover broader scenarios and use cases,
21
+
versus simple code snippets that cover only individual API calls. For instructions,
22
+
see the "Proposing new code examples" section in the `Readme on GitHub <https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/README.rst>`_.
23
+
17
24
AWS SDK for Java 2.x
18
25
=====================
19
26
In 2018, AWS released |sdk-java| v2. For more AWS examples, see the `AWS SDK for Java 2.x Developer Guide`_.
0 commit comments