void |
RumRetentionQuotasApi.deleteRumQuotaConfig(RumRetentionQuotaScopeType scopeType,
String scopeId)
Delete a RUM retention quota configuration.
|
CompletableFuture<Void> |
RumRetentionQuotasApi.deleteRumQuotaConfigAsync(RumRetentionQuotaScopeType scopeType,
String scopeId)
Delete a RUM retention quota configuration.
|
ApiResponse<Void> |
RumRetentionQuotasApi.deleteRumQuotaConfigWithHttpInfo(RumRetentionQuotaScopeType scopeType,
String scopeId)
Delete the RUM retention quota configuration for a given scope.
|
CompletableFuture<ApiResponse<Void>> |
RumRetentionQuotasApi.deleteRumQuotaConfigWithHttpInfoAsync(RumRetentionQuotaScopeType scopeType,
String scopeId)
Delete a RUM retention quota configuration.
|
RumRetentionQuotaConfigResponse |
RumRetentionQuotasApi.getRumQuotaConfig(RumRetentionQuotaScopeType scopeType,
String scopeId)
Get a RUM retention quota configuration.
|
CompletableFuture<RumRetentionQuotaConfigResponse> |
RumRetentionQuotasApi.getRumQuotaConfigAsync(RumRetentionQuotaScopeType scopeType,
String scopeId)
Get a RUM retention quota configuration.
|
ApiResponse<RumRetentionQuotaConfigResponse> |
RumRetentionQuotasApi.getRumQuotaConfigWithHttpInfo(RumRetentionQuotaScopeType scopeType,
String scopeId)
Get the RUM retention quota configuration for a given scope.
|
CompletableFuture<ApiResponse<RumRetentionQuotaConfigResponse>> |
RumRetentionQuotasApi.getRumQuotaConfigWithHttpInfoAsync(RumRetentionQuotaScopeType scopeType,
String scopeId)
Get a RUM retention quota configuration.
|
RumRetentionQuotaConfigResponse |
RumRetentionQuotasApi.upsertRumQuotaConfig(RumRetentionQuotaScopeType scopeType,
String scopeId,
RumRetentionQuotaConfigUpdateRequest body)
Create or update a RUM retention quota config.
|
CompletableFuture<RumRetentionQuotaConfigResponse> |
RumRetentionQuotasApi.upsertRumQuotaConfigAsync(RumRetentionQuotaScopeType scopeType,
String scopeId,
RumRetentionQuotaConfigUpdateRequest body)
Create or update a RUM retention quota config.
|
ApiResponse<RumRetentionQuotaConfigResponse> |
RumRetentionQuotasApi.upsertRumQuotaConfigWithHttpInfo(RumRetentionQuotaScopeType scopeType,
String scopeId,
RumRetentionQuotaConfigUpdateRequest body)
Create or update the RUM retention quota configuration for a given scope.
|
CompletableFuture<ApiResponse<RumRetentionQuotaConfigResponse>> |
RumRetentionQuotasApi.upsertRumQuotaConfigWithHttpInfoAsync(RumRetentionQuotaScopeType scopeType,
String scopeId,
RumRetentionQuotaConfigUpdateRequest body)
Create or update a RUM retention quota config.
|