| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleListResponse |
ReportSchedulesApi.getReportSchedulesForResource(ReportScheduleResourceType resourceType,
String resourceId)
Get report schedules for a resource.
|
CompletableFuture<ReportScheduleListResponse> |
ReportSchedulesApi.getReportSchedulesForResourceAsync(ReportScheduleResourceType resourceType,
String resourceId)
Get report schedules for a resource.
|
ApiResponse<ReportScheduleListResponse> |
ReportSchedulesApi.getReportSchedulesForResourceWithHttpInfo(ReportScheduleResourceType resourceType,
String resourceId)
Get all report schedules that target a dashboard or integration dashboard resource.
|
CompletableFuture<ApiResponse<ReportScheduleListResponse>> |
ReportSchedulesApi.getReportSchedulesForResourceWithHttpInfoAsync(ReportScheduleResourceType resourceType,
String resourceId)
Get report schedules for a resource.
|
| Modifier and Type | Field and Description |
|---|---|
static ReportScheduleResourceType |
ReportScheduleResourceType.DASHBOARD |
static ReportScheduleResourceType |
ReportScheduleResourceType.INTEGRATION_DASHBOARD |
| Modifier and Type | Method and Description |
|---|---|
static ReportScheduleResourceType |
ReportScheduleResourceType.fromValue(String value) |
ReportScheduleResourceType |
ReportScheduleResponseAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
ReportScheduleResourceAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
ReportScheduleListResponseAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
ReportScheduleCreateRequestAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
PrintReportResponseAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
PrintReportRequestAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponseAttributes |
ReportScheduleResponseAttributes.resourceType(ReportScheduleResourceType resourceType) |
ReportScheduleResourceAttributes |
ReportScheduleResourceAttributes.resourceType(ReportScheduleResourceType resourceType) |
ReportScheduleListResponseAttributes |
ReportScheduleListResponseAttributes.resourceType(ReportScheduleResourceType resourceType) |
ReportScheduleCreateRequestAttributes |
ReportScheduleCreateRequestAttributes.resourceType(ReportScheduleResourceType resourceType) |
PrintReportResponseAttributes |
PrintReportResponseAttributes.resourceType(ReportScheduleResourceType resourceType) |
PrintReportRequestAttributes |
PrintReportRequestAttributes.resourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleResourceType.ReportScheduleResourceTypeSerializer.serialize(ReportScheduleResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ReportScheduleResponseAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleResourceAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleListResponseAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleCreateRequestAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
PrintReportResponseAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
PrintReportRequestAttributes.setResourceType(ReportScheduleResourceType resourceType) |
| Constructor and Description |
|---|
ReportScheduleResourceTypeSerializer(Class<ReportScheduleResourceType> t) |
Copyright © 2026. All rights reserved.