All the examples below use a fictional Customer class. This class is completely made up and not part of this library. Any search or key values used are also completely arbitrary. Create or use a java ...
This page describes a general guideline for the use of java.util.Optional in the AWS SDK for Java 2.x. Optional MUST NOT be used under any circumstances when the result will never be null. For return ...