| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionListResponse |
OrgConnectionsApi.listOrgConnections()
List Org Connections.
|
OrgConnectionListResponse |
OrgConnectionsApi.listOrgConnections(OrgConnectionsApi.ListOrgConnectionsOptionalParameters parameters)
List Org Connections.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OrgConnectionListResponse> |
OrgConnectionsApi.listOrgConnectionsAsync()
List Org Connections.
|
CompletableFuture<OrgConnectionListResponse> |
OrgConnectionsApi.listOrgConnectionsAsync(OrgConnectionsApi.ListOrgConnectionsOptionalParameters parameters)
List Org Connections.
|
ApiResponse<OrgConnectionListResponse> |
OrgConnectionsApi.listOrgConnectionsWithHttpInfo(OrgConnectionsApi.ListOrgConnectionsOptionalParameters parameters)
Returns a list of org connections.
|
CompletableFuture<ApiResponse<OrgConnectionListResponse>> |
OrgConnectionsApi.listOrgConnectionsWithHttpInfoAsync(OrgConnectionsApi.ListOrgConnectionsOptionalParameters parameters)
List Org Connections.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionListResponse |
OrgConnectionListResponse.addDataItem(OrgConnection dataItem) |
OrgConnectionListResponse |
OrgConnectionListResponse.data(List<OrgConnection> data) |
OrgConnectionListResponse |
OrgConnectionListResponse.meta(OrgConnectionListResponseMeta meta) |
OrgConnectionListResponse |
OrgConnectionListResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.