Uses of Class
com.ibm.cloud.platform_services.usage_reports.v4.model.GetReportsSnapshotOptions
-
Packages that use GetReportsSnapshotOptions Package Description com.ibm.cloud.platform_services.usage_reports.v4 Usage Reports v4.com.ibm.cloud.platform_services.usage_reports.v4.model -
-
Uses of GetReportsSnapshotOptions in com.ibm.cloud.platform_services.usage_reports.v4
Methods in com.ibm.cloud.platform_services.usage_reports.v4 with parameters of type GetReportsSnapshotOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotList>
UsageReports. getReportsSnapshot(GetReportsSnapshotOptions getReportsSnapshotOptions)
Fetch the current or past snapshots. -
Uses of GetReportsSnapshotOptions in com.ibm.cloud.platform_services.usage_reports.v4.model
Methods in com.ibm.cloud.platform_services.usage_reports.v4.model that return GetReportsSnapshotOptions Modifier and Type Method Description GetReportsSnapshotOptions
GetReportsSnapshotOptions.Builder. build()
Builds a GetReportsSnapshotOptions.Constructors in com.ibm.cloud.platform_services.usage_reports.v4.model with parameters of type GetReportsSnapshotOptions Constructor Description GetReportsSnapshotPager(UsageReports client, GetReportsSnapshotOptions options)
Constructs a new GetReportsSnapshotPager instance with the specified client and options model instance.
-