Uses of Interface
software.amazon.awssdk.services.appflow.model.DatadogConnectorProfileCredentials.Builder
-
Packages that use DatadogConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of DatadogConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return DatadogConnectorProfileCredentials.Builder Modifier and Type Method Description DatadogConnectorProfileCredentials.BuilderDatadogConnectorProfileCredentials.Builder. apiKey(String apiKey)A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.DatadogConnectorProfileCredentials.BuilderDatadogConnectorProfileCredentials.Builder. applicationKey(String applicationKey)Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.static DatadogConnectorProfileCredentials.BuilderDatadogConnectorProfileCredentials. builder()DatadogConnectorProfileCredentials.BuilderDatadogConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type DatadogConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends DatadogConnectorProfileCredentials.Builder>DatadogConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type DatadogConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. datadog(Consumer<DatadogConnectorProfileCredentials.Builder> datadog)The connector-specific credentials required when using Datadog.
-