@@ -53,7 +53,7 @@ public void setApiClient(ApiClient apiClient) {
53
53
*
54
54
* <p>See {@link #createRetentionFilterWithHttpInfo}.
55
55
*
56
- * @param appId Application ID. (required)
56
+ * @param appId RUM application ID. (required)
57
57
* @param body The definition of the new RUM retention filter. (required)
58
58
* @return RumRetentionFilterResponse
59
59
* @throws ApiException if fails to make API call
@@ -68,7 +68,7 @@ public RumRetentionFilterResponse createRetentionFilter(
68
68
*
69
69
* <p>See {@link #createRetentionFilterWithHttpInfoAsync}.
70
70
*
71
- * @param appId Application ID. (required)
71
+ * @param appId RUM application ID. (required)
72
72
* @param body The definition of the new RUM retention filter. (required)
73
73
* @return CompletableFuture<RumRetentionFilterResponse>
74
74
*/
@@ -82,10 +82,10 @@ public CompletableFuture<RumRetentionFilterResponse> createRetentionFilterAsync(
82
82
}
83
83
84
84
/**
85
- * Create a RUM retention filter for an application. Returns RUM retention filter objects from the
86
- * request body when the request is successful.
85
+ * Create a RUM retention filter for a RUM application. Returns RUM retention filter objects from
86
+ * the request body when the request is successful.
87
87
*
88
- * @param appId Application ID. (required)
88
+ * @param appId RUM application ID. (required)
89
89
* @param body The definition of the new RUM retention filter. (required)
90
90
* @return ApiResponse<RumRetentionFilterResponse>
91
91
* @throws ApiException if fails to make API call
@@ -146,7 +146,7 @@ public ApiResponse<RumRetentionFilterResponse> createRetentionFilterWithHttpInfo
146
146
*
147
147
* <p>See {@link #createRetentionFilterWithHttpInfo}.
148
148
*
149
- * @param appId Application ID. (required)
149
+ * @param appId RUM application ID. (required)
150
150
* @param body The definition of the new RUM retention filter. (required)
151
151
* @return CompletableFuture<ApiResponse<RumRetentionFilterResponse>>
152
152
*/
@@ -210,7 +210,7 @@ public ApiResponse<RumRetentionFilterResponse> createRetentionFilterWithHttpInfo
210
210
*
211
211
* <p>See {@link #deleteRetentionFilterWithHttpInfo}.
212
212
*
213
- * @param appId Application ID. (required)
213
+ * @param appId RUM application ID. (required)
214
214
* @param rfId Retention filter ID. (required)
215
215
* @throws ApiException if fails to make API call
216
216
*/
@@ -223,7 +223,7 @@ public void deleteRetentionFilter(String appId, String rfId) throws ApiException
223
223
*
224
224
* <p>See {@link #deleteRetentionFilterWithHttpInfoAsync}.
225
225
*
226
- * @param appId Application ID. (required)
226
+ * @param appId RUM application ID. (required)
227
227
* @param rfId Retention filter ID. (required)
228
228
* @return CompletableFuture
229
229
*/
@@ -236,9 +236,9 @@ public CompletableFuture<Void> deleteRetentionFilterAsync(String appId, String r
236
236
}
237
237
238
238
/**
239
- * Delete a RUM retention filter for an application.
239
+ * Delete a RUM retention filter for a RUM application.
240
240
*
241
- * @param appId Application ID. (required)
241
+ * @param appId RUM application ID. (required)
242
242
* @param rfId Retention filter ID. (required)
243
243
* @return ApiResponse<Void>
244
244
* @throws ApiException if fails to make API call
@@ -300,7 +300,7 @@ public ApiResponse<Void> deleteRetentionFilterWithHttpInfo(String appId, String
300
300
*
301
301
* <p>See {@link #deleteRetentionFilterWithHttpInfo}.
302
302
*
303
- * @param appId Application ID. (required)
303
+ * @param appId RUM application ID. (required)
304
304
* @param rfId Retention filter ID. (required)
305
305
* @return CompletableFuture<ApiResponse<Void>>
306
306
*/
@@ -365,7 +365,7 @@ public CompletableFuture<ApiResponse<Void>> deleteRetentionFilterWithHttpInfoAsy
365
365
*
366
366
* <p>See {@link #getRetentionFilterWithHttpInfo}.
367
367
*
368
- * @param appId Application ID. (required)
368
+ * @param appId RUM application ID. (required)
369
369
* @param rfId Retention filter ID. (required)
370
370
* @return RumRetentionFilterResponse
371
371
* @throws ApiException if fails to make API call
@@ -380,7 +380,7 @@ public RumRetentionFilterResponse getRetentionFilter(String appId, String rfId)
380
380
*
381
381
* <p>See {@link #getRetentionFilterWithHttpInfoAsync}.
382
382
*
383
- * @param appId Application ID. (required)
383
+ * @param appId RUM application ID. (required)
384
384
* @param rfId Retention filter ID. (required)
385
385
* @return CompletableFuture<RumRetentionFilterResponse>
386
386
*/
@@ -394,9 +394,9 @@ public CompletableFuture<RumRetentionFilterResponse> getRetentionFilterAsync(
394
394
}
395
395
396
396
/**
397
- * Get a RUM retention filter for an application.
397
+ * Get a RUM retention filter for a RUM application.
398
398
*
399
- * @param appId Application ID. (required)
399
+ * @param appId RUM application ID. (required)
400
400
* @param rfId Retention filter ID. (required)
401
401
* @return ApiResponse<RumRetentionFilterResponse>
402
402
* @throws ApiException if fails to make API call
@@ -458,7 +458,7 @@ public ApiResponse<RumRetentionFilterResponse> getRetentionFilterWithHttpInfo(
458
458
*
459
459
* <p>See {@link #getRetentionFilterWithHttpInfo}.
460
460
*
461
- * @param appId Application ID. (required)
461
+ * @param appId RUM application ID. (required)
462
462
* @param rfId Retention filter ID. (required)
463
463
* @return CompletableFuture<ApiResponse<RumRetentionFilterResponse>>
464
464
*/
@@ -523,7 +523,7 @@ public ApiResponse<RumRetentionFilterResponse> getRetentionFilterWithHttpInfo(
523
523
*
524
524
* <p>See {@link #listRetentionFiltersWithHttpInfo}.
525
525
*
526
- * @param appId Application ID. (required)
526
+ * @param appId RUM application ID. (required)
527
527
* @return RumRetentionFiltersResponse
528
528
* @throws ApiException if fails to make API call
529
529
*/
@@ -536,7 +536,7 @@ public RumRetentionFiltersResponse listRetentionFilters(String appId) throws Api
536
536
*
537
537
* <p>See {@link #listRetentionFiltersWithHttpInfoAsync}.
538
538
*
539
- * @param appId Application ID. (required)
539
+ * @param appId RUM application ID. (required)
540
540
* @return CompletableFuture<RumRetentionFiltersResponse>
541
541
*/
542
542
public CompletableFuture <RumRetentionFiltersResponse > listRetentionFiltersAsync (String appId ) {
@@ -548,9 +548,9 @@ public CompletableFuture<RumRetentionFiltersResponse> listRetentionFiltersAsync(
548
548
}
549
549
550
550
/**
551
- * Get the list of RUM retention filters for an application.
551
+ * Get the list of RUM retention filters for a RUM application.
552
552
*
553
- * @param appId Application ID. (required)
553
+ * @param appId RUM application ID. (required)
554
554
* @return ApiResponse<RumRetentionFiltersResponse>
555
555
* @throws ApiException if fails to make API call
556
556
* @http.response.details
@@ -603,7 +603,7 @@ public ApiResponse<RumRetentionFiltersResponse> listRetentionFiltersWithHttpInfo
603
603
*
604
604
* <p>See {@link #listRetentionFiltersWithHttpInfo}.
605
605
*
606
- * @param appId Application ID. (required)
606
+ * @param appId RUM application ID. (required)
607
607
* @return CompletableFuture<ApiResponse<RumRetentionFiltersResponse>>
608
608
*/
609
609
public CompletableFuture <ApiResponse <RumRetentionFiltersResponse >>
@@ -659,7 +659,7 @@ public ApiResponse<RumRetentionFiltersResponse> listRetentionFiltersWithHttpInfo
659
659
*
660
660
* <p>See {@link #orderRetentionFiltersWithHttpInfo}.
661
661
*
662
- * @param appId Application ID. (required)
662
+ * @param appId RUM application ID. (required)
663
663
* @param body New definition of the RUM retention filter. (required)
664
664
* @return RumRetentionFiltersOrderResponse
665
665
* @throws ApiException if fails to make API call
@@ -674,7 +674,7 @@ public RumRetentionFiltersOrderResponse orderRetentionFilters(
674
674
*
675
675
* <p>See {@link #orderRetentionFiltersWithHttpInfoAsync}.
676
676
*
677
- * @param appId Application ID. (required)
677
+ * @param appId RUM application ID. (required)
678
678
* @param body New definition of the RUM retention filter. (required)
679
679
* @return CompletableFuture<RumRetentionFiltersOrderResponse>
680
680
*/
@@ -688,10 +688,10 @@ public CompletableFuture<RumRetentionFiltersOrderResponse> orderRetentionFilters
688
688
}
689
689
690
690
/**
691
- * Order RUM retention filters for an application. Returns RUM retention filter objects without
691
+ * Order RUM retention filters for a RUM application. Returns RUM retention filter objects without
692
692
* attributes and meta from the request body when the request is successful.
693
693
*
694
- * @param appId Application ID. (required)
694
+ * @param appId RUM application ID. (required)
695
695
* @param body New definition of the RUM retention filter. (required)
696
696
* @return ApiResponse<RumRetentionFiltersOrderResponse>
697
697
* @throws ApiException if fails to make API call
@@ -752,7 +752,7 @@ public ApiResponse<RumRetentionFiltersOrderResponse> orderRetentionFiltersWithHt
752
752
*
753
753
* <p>See {@link #orderRetentionFiltersWithHttpInfo}.
754
754
*
755
- * @param appId Application ID. (required)
755
+ * @param appId RUM application ID. (required)
756
756
* @param body New definition of the RUM retention filter. (required)
757
757
* @return CompletableFuture<ApiResponse<RumRetentionFiltersOrderResponse>>
758
758
*/
@@ -819,7 +819,7 @@ public ApiResponse<RumRetentionFiltersOrderResponse> orderRetentionFiltersWithHt
819
819
*
820
820
* <p>See {@link #updateRetentionFilterWithHttpInfo}.
821
821
*
822
- * @param appId Application ID. (required)
822
+ * @param appId RUM application ID. (required)
823
823
* @param rfId Retention filter ID. (required)
824
824
* @param body New definition of the RUM retention filter. (required)
825
825
* @return RumRetentionFilterResponse
@@ -835,7 +835,7 @@ public RumRetentionFilterResponse updateRetentionFilter(
835
835
*
836
836
* <p>See {@link #updateRetentionFilterWithHttpInfoAsync}.
837
837
*
838
- * @param appId Application ID. (required)
838
+ * @param appId RUM application ID. (required)
839
839
* @param rfId Retention filter ID. (required)
840
840
* @param body New definition of the RUM retention filter. (required)
841
841
* @return CompletableFuture<RumRetentionFilterResponse>
@@ -850,10 +850,10 @@ public CompletableFuture<RumRetentionFilterResponse> updateRetentionFilterAsync(
850
850
}
851
851
852
852
/**
853
- * Update a RUM retention filter for an application. Returns RUM retention filter objects from the
854
- * request body when the request is successful.
853
+ * Update a RUM retention filter for a RUM application. Returns RUM retention filter objects from
854
+ * the request body when the request is successful.
855
855
*
856
- * @param appId Application ID. (required)
856
+ * @param appId RUM application ID. (required)
857
857
* @param rfId Retention filter ID. (required)
858
858
* @param body New definition of the RUM retention filter. (required)
859
859
* @return ApiResponse<RumRetentionFilterResponse>
@@ -923,7 +923,7 @@ public ApiResponse<RumRetentionFilterResponse> updateRetentionFilterWithHttpInfo
923
923
*
924
924
* <p>See {@link #updateRetentionFilterWithHttpInfo}.
925
925
*
926
- * @param appId Application ID. (required)
926
+ * @param appId RUM application ID. (required)
927
927
* @param rfId Retention filter ID. (required)
928
928
* @param body New definition of the RUM retention filter. (required)
929
929
* @return CompletableFuture<ApiResponse<RumRetentionFilterResponse>>
0 commit comments