Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3Location.clone() |
S3Location |
CreatePlatformVersionRequest.getPlatformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
|
S3Location |
ApplicationVersionDescription.getSourceBundle()
The storage location of the application version's source bundle in Amazon S3.
|
S3Location |
CreateApplicationVersionRequest.getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
S3Location |
S3Location.withS3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located.
|
S3Location |
S3Location.withS3Key(String s3Key)
The Amazon S3 key where the data is located.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePlatformVersionRequest.setPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
void |
ApplicationVersionDescription.setSourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
|
void |
CreateApplicationVersionRequest.setSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CreatePlatformVersionRequest |
CreatePlatformVersionRequest.withPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
ApplicationVersionDescription |
ApplicationVersionDescription.withSourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
Copyright © 2017. All rights reserved.