Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.applicationcostprofiler.model -
-
Uses of S3Location in software.amazon.awssdk.services.applicationcostprofiler.model
Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return S3Location Modifier and Type Method Description S3LocationGetReportDefinitionResponse. destinationS3Location()Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.S3LocationPutReportDefinitionRequest. destinationS3Location()Required.S3LocationReportDefinition. destinationS3Location()The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.S3LocationUpdateReportDefinitionRequest. destinationS3Location()Required.Methods in software.amazon.awssdk.services.applicationcostprofiler.model with parameters of type S3Location Modifier and Type Method Description GetReportDefinitionResponse.BuilderGetReportDefinitionResponse.Builder. destinationS3Location(S3Location destinationS3Location)Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.PutReportDefinitionRequest.BuilderPutReportDefinitionRequest.Builder. destinationS3Location(S3Location destinationS3Location)Required.ReportDefinition.BuilderReportDefinition.Builder. destinationS3Location(S3Location destinationS3Location)The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.UpdateReportDefinitionRequest.BuilderUpdateReportDefinitionRequest.Builder. destinationS3Location(S3Location destinationS3Location)Required.
-