| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
S3 |
S3.clone() |
S3 |
DocumentContent.getS3()
The path to the document in an Amazon S3 bucket.
|
S3 |
APISchema.getS3()
Contains details about the S3 object containing the OpenAPI schema for a custom plugin.
|
S3 |
S3.withBucket(String bucket)
The name of the S3 bucket that contains the file.
|
S3 |
S3.withKey(String key)
The name of the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentContent.setS3(S3 s3)
The path to the document in an Amazon S3 bucket.
|
void |
APISchema.setS3(S3 s3)
Contains details about the S3 object containing the OpenAPI schema for a custom plugin.
|
DocumentContent |
DocumentContent.withS3(S3 s3)
The path to the document in an Amazon S3 bucket.
|
APISchema |
APISchema.withS3(S3 s3)
Contains details about the S3 object containing the OpenAPI schema for a custom plugin.
|
Copyright © 2025. All rights reserved.