Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
PackageSource |
PackageSource.clone() |
PackageSource |
UpdatePackageRequest.getPackageSource() |
PackageSource |
CreatePackageRequest.getPackageSource()
The customer S3 location
PackageSource for importing the package. |
PackageSource |
PackageSource.withS3BucketName(String s3BucketName)
Name of the 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) |
void |
CreatePackageRequest.setPackageSource(PackageSource packageSource)
The customer S3 location
PackageSource for importing the package. |
UpdatePackageRequest |
UpdatePackageRequest.withPackageSource(PackageSource packageSource) |
CreatePackageRequest |
CreatePackageRequest.withPackageSource(PackageSource packageSource)
The customer S3 location
PackageSource for importing the package. |
Copyright © 2021. All rights reserved.