Skip to content

Commit 6997e20

Browse files
committed
Generated java-async 2025-03-10 for DlfNext.
1 parent a65843e commit 6997e20

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

dlfnext-20250310/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-11 Version: 1.0.2
2+
- Generated java-async 2025-03-10 for DlfNext.
3+
14
2025-06-09 Version: 1.0.1
25
- Generated java-async 2025-03-10 for DlfNext.
36

dlfnext-20250310/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-dlfnext20250310</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-dlfnext20250310</name>
99
<description>Alibaba Cloud DlfNext (20250310) Async SDK for Java

dlfnext-20250310/src/main/java/com/aliyun/sdk/service/dlfnext20250310/DefaultAsyncClient.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public CompletableFuture<GetCatalogResponse> getCatalog(GetCatalogRequest reques
209209
public CompletableFuture<GetCatalogSummaryResponse> getCatalogSummary(GetCatalogSummaryRequest request) {
210210
try {
211211
this.handler.validateRequestModel(request);
212-
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetCatalogSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/storage-summary/{catalogId}").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
212+
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetCatalogSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/{catalogId}/storage-summary").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
213213
ClientExecutionParams params = new ClientExecutionParams().withInput(request).withRequest(teaRequest).withOutput(GetCatalogSummaryResponse.create());
214214
return this.handler.execute(params);
215215
} catch (Exception e) {
@@ -227,7 +227,7 @@ public CompletableFuture<GetCatalogSummaryResponse> getCatalogSummary(GetCatalog
227227
public CompletableFuture<GetCatalogSummaryTrendResponse> getCatalogSummaryTrend(GetCatalogSummaryTrendRequest request) {
228228
try {
229229
this.handler.validateRequestModel(request);
230-
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetCatalogSummaryTrend").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/storage-summary/{catalogId}/trend").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
230+
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetCatalogSummaryTrend").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/{catalogId}/storage-summary/trend").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
231231
ClientExecutionParams params = new ClientExecutionParams().withInput(request).withRequest(teaRequest).withOutput(GetCatalogSummaryTrendResponse.create());
232232
return this.handler.execute(params);
233233
} catch (Exception e) {
@@ -263,7 +263,7 @@ public CompletableFuture<GetCatalogTokenResponse> getCatalogToken(GetCatalogToke
263263
public CompletableFuture<GetDatabaseSummaryResponse> getDatabaseSummary(GetDatabaseSummaryRequest request) {
264264
try {
265265
this.handler.validateRequestModel(request);
266-
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetDatabaseSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/storage-summary/{catalogId}/databases/{database}").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
266+
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetDatabaseSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/{catalogId}/databases/{database}/storage-summary").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
267267
ClientExecutionParams params = new ClientExecutionParams().withInput(request).withRequest(teaRequest).withOutput(GetDatabaseSummaryResponse.create());
268268
return this.handler.execute(params);
269269
} catch (Exception e) {
@@ -317,7 +317,7 @@ public CompletableFuture<GetRoleResponse> getRole(GetRoleRequest request) {
317317
public CompletableFuture<GetTableSummaryResponse> getTableSummary(GetTableSummaryRequest request) {
318318
try {
319319
this.handler.validateRequestModel(request);
320-
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetTableSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/storage-summary/{catalogId}/databases/{database}/tables/{table}").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
320+
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("GetTableSummary").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/{catalogId}/databases/{database}/tables/{table}/storage-summary").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
321321
ClientExecutionParams params = new ClientExecutionParams().withInput(request).withRequest(teaRequest).withOutput(GetTableSummaryResponse.create());
322322
return this.handler.execute(params);
323323
} catch (Exception e) {
@@ -389,7 +389,7 @@ public CompletableFuture<ListCatalogsResponse> listCatalogs(ListCatalogsRequest
389389
public CompletableFuture<ListPartitionSummariesResponse> listPartitionSummaries(ListPartitionSummariesRequest request) {
390390
try {
391391
this.handler.validateRequestModel(request);
392-
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("ListPartitionSummaries").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/storage-summary/{catalogId}/databases/{database}/tables/{table}/partitions").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
392+
TeaRequest teaRequest = REQUEST.copy().setStyle(RequestStyle.RESTFUL).setAction("ListPartitionSummaries").setMethod(HttpMethod.GET).setPathRegex("/dlf/v1/{catalogId}/databases/{database}/tables/{table}/partitions/storage-summary").setBodyType(BodyType.JSON).setBodyIsForm(false).setReqBodyType(BodyType.JSON).formModel(request);
393393
ClientExecutionParams params = new ClientExecutionParams().withInput(request).withRequest(teaRequest).withOutput(ListPartitionSummariesResponse.create());
394394
return this.handler.execute(params);
395395
} catch (Exception e) {

0 commit comments

Comments
 (0)