| 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<DeleteProjectResult> |
AbstractAmazonDataZoneAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AmazonDataZoneAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a project in Amazon DataZone.
|
Future<DeleteProjectResult> |
AmazonDataZoneAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest |
DeleteProjectRequest.clone() |
DeleteProjectRequest |
DeleteProjectRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the project is deleted.
|
DeleteProjectRequest |
DeleteProjectRequest.withIdentifier(String identifier)
The identifier of the project that is to be deleted.
|
Copyright © 2023. All rights reserved.