| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsBasicAuthSigv4Type |
SyntheticsBasicAuthSigv4Type.SIGV4 |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsBasicAuthSigv4Type |
SyntheticsBasicAuthSigv4Type.fromValue(String value) |
SyntheticsBasicAuthSigv4Type |
SyntheticsBasicAuthSigv4.getType()
The type of authentication to use when performing the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsBasicAuthSigv4Type.SyntheticsBasicAuthSigv4TypeSerializer.serialize(SyntheticsBasicAuthSigv4Type value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsBasicAuthSigv4.setType(SyntheticsBasicAuthSigv4Type type) |
SyntheticsBasicAuthSigv4 |
SyntheticsBasicAuthSigv4.type(SyntheticsBasicAuthSigv4Type type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthSigv4(String accessKey,
String secretKey,
SyntheticsBasicAuthSigv4Type type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthSigv4TypeSerializer(Class<SyntheticsBasicAuthSigv4Type> t) |
Copyright © 2024. All rights reserved.