Uses of Interface
software.amazon.awssdk.services.rekognition.model.Asset.Builder
-
Packages that use Asset.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Asset.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Asset.Builder Modifier and Type Method Description static Asset.BuilderAsset. builder()default Asset.BuilderAsset.Builder. groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.Asset.BuilderAsset.Builder. groundTruthManifest(GroundTruthManifest groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.Asset.BuilderAsset. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Asset.Builder Modifier and Type Method Description static Class<? extends Asset.Builder>Asset. serializableBuilderClass()
-