| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteGlossaryTermResult> |
AmazonDataZoneAsyncClient.deleteGlossaryTermAsync(DeleteGlossaryTermRequest request,
AsyncHandler<DeleteGlossaryTermRequest,DeleteGlossaryTermResult> asyncHandler) |
Future<DeleteGlossaryTermResult> |
AmazonDataZoneAsync.deleteGlossaryTermAsync(DeleteGlossaryTermRequest deleteGlossaryTermRequest,
AsyncHandler<DeleteGlossaryTermRequest,DeleteGlossaryTermResult> asyncHandler)
Deletes a business glossary term in Amazon DataZone.
|
Future<DeleteGlossaryTermResult> |
AbstractAmazonDataZoneAsync.deleteGlossaryTermAsync(DeleteGlossaryTermRequest request,
AsyncHandler<DeleteGlossaryTermRequest,DeleteGlossaryTermResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteGlossaryTermRequest |
DeleteGlossaryTermRequest.clone() |
DeleteGlossaryTermRequest |
DeleteGlossaryTermRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the business glossary term is deleted.
|
DeleteGlossaryTermRequest |
DeleteGlossaryTermRequest.withIdentifier(String identifier)
The ID of the business glossary term that is deleted.
|
Copyright © 2024. All rights reserved.