| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationcostprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
PutReportDefinitionRequest.destinationS3Location()
Required.
|
S3Location |
UpdateReportDefinitionRequest.destinationS3Location()
Required.
|
S3Location |
GetReportDefinitionResponse.destinationS3Location()
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
S3Location |
ReportDefinition.destinationS3Location()
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
| Modifier and Type | Method and Description |
|---|---|
PutReportDefinitionRequest.Builder |
PutReportDefinitionRequest.Builder.destinationS3Location(S3Location destinationS3Location)
Required.
|
UpdateReportDefinitionRequest.Builder |
UpdateReportDefinitionRequest.Builder.destinationS3Location(S3Location destinationS3Location)
Required.
|
GetReportDefinitionResponse.Builder |
GetReportDefinitionResponse.Builder.destinationS3Location(S3Location destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
ReportDefinition.Builder |
ReportDefinition.Builder.destinationS3Location(S3Location destinationS3Location)
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
|
Copyright © 2023. All rights reserved.