Uses of Class
software.amazon.awssdk.services.qbusiness.model.S3
-
Packages that use S3 Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of S3 in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return S3 Modifier and Type Method Description S3APISchema. s3()Contains details about the S3 object containing the OpenAPI schema for a custom plugin.S3DocumentContent. s3()The path to the document in an Amazon S3 bucket.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type S3 Modifier and Type Method Description static APISchemaAPISchema. fromS3(S3 s3)Create an instance of this class withAPISchema.s3()initialized to the given value.static DocumentContentDocumentContent. fromS3(S3 s3)Create an instance of this class withDocumentContent.s3()initialized to the given value.APISchema.BuilderAPISchema.Builder. s3(S3 s3)Contains details about the S3 object containing the OpenAPI schema for a custom plugin.DocumentContent.BuilderDocumentContent.Builder. s3(S3 s3)The path to the document in an Amazon S3 bucket.
-