| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AWSAuthConfig |
AWSAuthConfig.AWSAuthConfigDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
AWSAuthConfig |
AWSAccountUpdateRequestAttributes.getAuthConfig()
AWS Authentication config.
|
AWSAuthConfig |
AWSAccountResponseAttributes.getAuthConfig()
AWS Authentication config.
|
AWSAuthConfig |
AWSAccountCreateRequestAttributes.getAuthConfig()
AWS Authentication config.
|
AWSAuthConfig |
AWSAuthConfig.AWSAuthConfigDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
AWSAccountUpdateRequestAttributes |
AWSAccountUpdateRequestAttributes.authConfig(AWSAuthConfig authConfig) |
AWSAccountResponseAttributes |
AWSAccountResponseAttributes.authConfig(AWSAuthConfig authConfig) |
AWSAccountCreateRequestAttributes |
AWSAccountCreateRequestAttributes.authConfig(AWSAuthConfig authConfig) |
void |
AWSAuthConfig.AWSAuthConfigSerializer.serialize(AWSAuthConfig value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AWSAccountUpdateRequestAttributes.setAuthConfig(AWSAuthConfig authConfig) |
void |
AWSAccountResponseAttributes.setAuthConfig(AWSAuthConfig authConfig) |
void |
AWSAccountCreateRequestAttributes.setAuthConfig(AWSAuthConfig authConfig) |
| Constructor and Description |
|---|
AWSAccountCreateRequestAttributes(AWSAuthConfig authConfig,
String awsAccountId,
AWSAccountPartition awsPartition) |
| Constructor and Description |
|---|
AWSAuthConfigSerializer(Class<AWSAuthConfig> t) |
Copyright © 2024. All rights reserved.