Uses of Class
software.amazon.awssdk.services.b2bi.model.SampleDocumentKeys
-
Packages that use SampleDocumentKeys Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of SampleDocumentKeys in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type SampleDocumentKeys Modifier and Type Method Description List<SampleDocumentKeys>SampleDocuments. keys()Contains an array of the Amazon S3 keys used to identify the location for your sample documents.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type SampleDocumentKeys Modifier and Type Method Description SampleDocuments.BuilderSampleDocuments.Builder. keys(SampleDocumentKeys... keys)Contains an array of the Amazon S3 keys used to identify the location for your sample documents.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type SampleDocumentKeys Modifier and Type Method Description SampleDocuments.BuilderSampleDocuments.Builder. keys(Collection<SampleDocumentKeys> keys)Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
-