Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
PackageSource |
PackageSource.clone() |
PackageSource |
UpdatePackageRequest.getPackageSource()
Amazon S3 bucket and key for the package.
|
PackageSource |
CreatePackageRequest.getPackageSource()
The Amazon S3 location from which to import the package.
|
PackageSource |
PackageSource.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket containing the package.
|
PackageSource |
PackageSource.withS3Key(String s3Key)
Key (file name) of the package.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePackageRequest.setPackageSource(PackageSource packageSource)
Amazon S3 bucket and key for the package.
|
void |
CreatePackageRequest.setPackageSource(PackageSource packageSource)
The Amazon S3 location from which to import the package.
|
UpdatePackageRequest |
UpdatePackageRequest.withPackageSource(PackageSource packageSource)
Amazon S3 bucket and key for the package.
|
CreatePackageRequest |
CreatePackageRequest.withPackageSource(PackageSource packageSource)
The Amazon S3 location from which to import the package.
|
Copyright © 2023. All rights reserved.