| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UserResponse |
ServiceAccountsApi.createServiceAccount(ServiceAccountCreateRequest body)
Create a service account.
|
CompletableFuture<UserResponse> |
ServiceAccountsApi.createServiceAccountAsync(ServiceAccountCreateRequest body)
Create a service account.
|
ApiResponse<UserResponse> |
ServiceAccountsApi.createServiceAccountWithHttpInfo(ServiceAccountCreateRequest body)
Create a service account for your organization.
|
CompletableFuture<ApiResponse<UserResponse>> |
ServiceAccountsApi.createServiceAccountWithHttpInfoAsync(ServiceAccountCreateRequest body)
Create a service account.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountCreateRequest |
ServiceAccountCreateRequest.data(ServiceAccountCreateData data) |
ServiceAccountCreateRequest |
ServiceAccountCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.