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