| Package | Description |
|---|---|
| com.amazonaws.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
SourceS3Location |
SourceS3Location.clone() |
SourceS3Location |
ImportApplicationUsageRequest.getSourceS3Location()
Amazon S3 location to import application usage data from.
|
SourceS3Location |
SourceS3Location.withBucket(String bucket)
Name of the bucket.
|
SourceS3Location |
SourceS3Location.withKey(String key)
Key of the object.
|
SourceS3Location |
SourceS3Location.withRegion(S3BucketRegion region)
Region of the bucket.
|
SourceS3Location |
SourceS3Location.withRegion(String region)
Region of the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportApplicationUsageRequest.setSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
|
ImportApplicationUsageRequest |
ImportApplicationUsageRequest.withSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
|
Copyright © 2022. All rights reserved.