Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model.analytics |
Modifier and Type | Method and Description |
---|---|
StorageClassAnalysisDataExport |
StorageClassAnalysis.getDataExport()
Returns the container used to describe how data related to the
storage class analysis should be exported.
|
StorageClassAnalysisDataExport |
StorageClassAnalysisDataExport.withDestination(AnalyticsExportDestination destination)
Sets the place to store the data for an analysis
and return this object for method chaining.
|
StorageClassAnalysisDataExport |
StorageClassAnalysisDataExport.withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
Sets the version of the output schema to use when exporting data
and returns this object for method chaining.
|
StorageClassAnalysisDataExport |
StorageClassAnalysisDataExport.withOutputSchemaVersion(String outputSchemaVersion)
Sets the version of the output schema to use when exporting data
and returns this object for method chaining.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageClassAnalysis.setDataExport(StorageClassAnalysisDataExport dataExport)
Sets the container used to describe how data related to the
storage class analysis should be exported.
|
StorageClassAnalysis |
StorageClassAnalysis.withDataExport(StorageClassAnalysisDataExport dataExport)
Sets the container used to describe how data related to the
storage class analysis should be exported.
|
Copyright © 2024. All rights reserved.