| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RoleCreateResponse |
RolesApi.createRole(RoleCreateRequest body)
Create role.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RoleCreateResponse> |
RolesApi.createRoleAsync(RoleCreateRequest body)
Create role.
|
ApiResponse<RoleCreateResponse> |
RolesApi.createRoleWithHttpInfo(RoleCreateRequest body)
Create a new role for your organization.
|
CompletableFuture<ApiResponse<RoleCreateResponse>> |
RolesApi.createRoleWithHttpInfoAsync(RoleCreateRequest body)
Create role.
|
| Modifier and Type | Method and Description |
|---|---|
RoleCreateResponse |
RoleCreateResponse.data(RoleCreateResponseData data) |
RoleCreateResponse |
RoleCreateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.