| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DatadogConnectorProfileCredentials.Builder |
DatadogConnectorProfileCredentials.Builder.apiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
DatadogConnectorProfileCredentials.Builder |
DatadogConnectorProfileCredentials.Builder.applicationKey(String applicationKey)
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
|
static DatadogConnectorProfileCredentials.Builder |
DatadogConnectorProfileCredentials.builder() |
DatadogConnectorProfileCredentials.Builder |
DatadogConnectorProfileCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatadogConnectorProfileCredentials.Builder> |
DatadogConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.datadog(Consumer<DatadogConnectorProfileCredentials.Builder> datadog)
The connector-specific credentials required when using Datadog.
|
Copyright © 2022. All rights reserved.