@@ -743,7 +743,9 @@ public CompletableFuture<ApiResponse<Void>> deleteCustomCostsFileWithHttpInfoAsy
743743 *
744744 * @return CloudCostActivityResponse
745745 * @throws ApiException if fails to make API call
746+ * @deprecated
746747 */
748+ @ Deprecated
747749 public CloudCostActivityResponse getCloudCostActivity () throws ApiException {
748750 return getCloudCostActivityWithHttpInfo ().getData ();
749751 }
@@ -754,7 +756,9 @@ public CloudCostActivityResponse getCloudCostActivity() throws ApiException {
754756 * <p>See {@link #getCloudCostActivityWithHttpInfoAsync}.
755757 *
756758 * @return CompletableFuture<CloudCostActivityResponse>
759+ * @deprecated
757760 */
761+ @ Deprecated
758762 public CompletableFuture <CloudCostActivityResponse > getCloudCostActivityAsync () {
759763 return getCloudCostActivityWithHttpInfoAsync ()
760764 .thenApply (
@@ -776,7 +780,10 @@ public CompletableFuture<CloudCostActivityResponse> getCloudCostActivityAsync()
776780 * <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
777781 * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
778782 * </table>
783+ *
784+ * @deprecated
779785 */
786+ @ Deprecated
780787 public ApiResponse <CloudCostActivityResponse > getCloudCostActivityWithHttpInfo ()
781788 throws ApiException {
782789 Object localVarPostBody = null ;
@@ -811,7 +818,9 @@ public ApiResponse<CloudCostActivityResponse> getCloudCostActivityWithHttpInfo()
811818 * <p>See {@link #getCloudCostActivityWithHttpInfo}.
812819 *
813820 * @return CompletableFuture<ApiResponse<CloudCostActivityResponse>>
821+ * @deprecated
814822 */
823+ @ Deprecated
815824 public CompletableFuture <ApiResponse <CloudCostActivityResponse >>
816825 getCloudCostActivityWithHttpInfoAsync () {
817826 Object localVarPostBody = null ;
0 commit comments