| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgConnectionTypeEnum |
OrgConnectionTypeEnum.AUDIT |
static OrgConnectionTypeEnum |
OrgConnectionTypeEnum.LOGS |
static OrgConnectionTypeEnum |
OrgConnectionTypeEnum.METRICS |
| Modifier and Type | Method and Description |
|---|---|
static OrgConnectionTypeEnum |
OrgConnectionTypeEnum.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<OrgConnectionTypeEnum> |
OrgConnectionUpdateAttributes.getConnectionTypes()
Updated list of connection types.
|
List<OrgConnectionTypeEnum> |
OrgConnectionCreateAttributes.getConnectionTypes()
List of connection types to establish.
|
List<OrgConnectionTypeEnum> |
OrgConnectionAttributes.getConnectionTypes()
List of connection types.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionUpdateAttributes |
OrgConnectionUpdateAttributes.addConnectionTypesItem(OrgConnectionTypeEnum connectionTypesItem) |
OrgConnectionCreateAttributes |
OrgConnectionCreateAttributes.addConnectionTypesItem(OrgConnectionTypeEnum connectionTypesItem) |
OrgConnectionAttributes |
OrgConnectionAttributes.addConnectionTypesItem(OrgConnectionTypeEnum connectionTypesItem) |
void |
OrgConnectionTypeEnum.OrgConnectionTypeEnumSerializer.serialize(OrgConnectionTypeEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionUpdateAttributes |
OrgConnectionUpdateAttributes.connectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
OrgConnectionCreateAttributes |
OrgConnectionCreateAttributes.connectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
OrgConnectionAttributes |
OrgConnectionAttributes.connectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
void |
OrgConnectionUpdateAttributes.setConnectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
void |
OrgConnectionCreateAttributes.setConnectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
void |
OrgConnectionAttributes.setConnectionTypes(List<OrgConnectionTypeEnum> connectionTypes) |
| Constructor and Description |
|---|
OrgConnectionAttributes(List<OrgConnectionTypeEnum> connectionTypes,
OffsetDateTime createdAt) |
OrgConnectionCreateAttributes(List<OrgConnectionTypeEnum> connectionTypes) |
OrgConnectionTypeEnumSerializer(Class<OrgConnectionTypeEnum> t) |
OrgConnectionUpdateAttributes(List<OrgConnectionTypeEnum> connectionTypes) |
Copyright © 2026. All rights reserved.