| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AWSAccountType |
AWSAccountType.ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
static AWSAccountType |
AWSAccountType.fromValue(String value) |
AWSAccountType |
AWSAccountUpdateRequestData.getType()
AWS Account resource type.
|
AWSAccountType |
AWSAccountResponseData.getType()
AWS Account resource type.
|
AWSAccountType |
AWSAccountCreateRequestData.getType()
AWS Account resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSAccountType.AWSAccountTypeSerializer.serialize(AWSAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AWSAccountUpdateRequestData.setType(AWSAccountType type) |
void |
AWSAccountResponseData.setType(AWSAccountType type) |
void |
AWSAccountCreateRequestData.setType(AWSAccountType type) |
AWSAccountUpdateRequestData |
AWSAccountUpdateRequestData.type(AWSAccountType type) |
AWSAccountResponseData |
AWSAccountResponseData.type(AWSAccountType type) |
AWSAccountCreateRequestData |
AWSAccountCreateRequestData.type(AWSAccountType type) |
| Constructor and Description |
|---|
AWSAccountCreateRequestData(AWSAccountCreateRequestAttributes attributes,
AWSAccountType type) |
AWSAccountResponseData(String id,
AWSAccountType type) |
AWSAccountUpdateRequestData(AWSAccountUpdateRequestAttributes attributes,
AWSAccountType type) |
| Constructor and Description |
|---|
AWSAccountTypeSerializer(Class<AWSAccountType> t) |
Copyright © 2024. All rights reserved.