| 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 |
|---|---|
CreateProjectResult |
AmazonDataZoneClient.createProject(CreateProjectRequest request)
Creates an Amazon DataZone project.
|
CreateProjectResult |
AmazonDataZone.createProject(CreateProjectRequest createProjectRequest)
Creates an Amazon DataZone project.
|
CreateProjectResult |
AbstractAmazonDataZone.createProject(CreateProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AmazonDataZoneAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonDataZoneAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates an Amazon DataZone project.
|
Future<CreateProjectResult> |
AbstractAmazonDataZoneAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
CreateProjectResult.clone() |
CreateProjectResult |
CreateProjectResult.withCreatedAt(Date createdAt)
The timestamp of when the project was created.
|
CreateProjectResult |
CreateProjectResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
|
CreateProjectResult |
CreateProjectResult.withDescription(String description)
The description of the project.
|
CreateProjectResult |
CreateProjectResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
|
CreateProjectResult |
CreateProjectResult.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResult |
CreateProjectResult.withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResult |
CreateProjectResult.withId(String id)
The ID of the Amazon DataZone project.
|
CreateProjectResult |
CreateProjectResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
|
CreateProjectResult |
CreateProjectResult.withName(String name)
The name of the project.
|
Copyright © 2023. All rights reserved.