| Package | Description |
|---|---|
| com.amazonaws.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
GetReportDefinitionResult.getDestinationS3Location()
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
S3Location |
PutReportDefinitionRequest.getDestinationS3Location()
Required.
|
S3Location |
ReportDefinition.getDestinationS3Location()
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
S3Location |
UpdateReportDefinitionRequest.getDestinationS3Location()
Required.
|
S3Location |
S3Location.withBucket(String bucket)
Name of the S3 bucket.
|
S3Location |
S3Location.withPrefix(String prefix)
Prefix for the location to write to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReportDefinitionResult.setDestinationS3Location(S3Location destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
void |
PutReportDefinitionRequest.setDestinationS3Location(S3Location destinationS3Location)
Required.
|
void |
ReportDefinition.setDestinationS3Location(S3Location destinationS3Location)
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
void |
UpdateReportDefinitionRequest.setDestinationS3Location(S3Location destinationS3Location)
Required.
|
GetReportDefinitionResult |
GetReportDefinitionResult.withDestinationS3Location(S3Location destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
PutReportDefinitionRequest |
PutReportDefinitionRequest.withDestinationS3Location(S3Location destinationS3Location)
Required.
|
ReportDefinition |
ReportDefinition.withDestinationS3Location(S3Location destinationS3Location)
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
UpdateReportDefinitionRequest |
UpdateReportDefinitionRequest.withDestinationS3Location(S3Location destinationS3Location)
Required.
|
Copyright © 2021. All rights reserved.