| 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 |
|---|---|
GetFormTypeResult |
AmazonDataZoneClient.getFormType(GetFormTypeRequest request)
Gets a metadata form type in Amazon DataZone.
|
GetFormTypeResult |
AmazonDataZone.getFormType(GetFormTypeRequest getFormTypeRequest)
Gets a metadata form type in Amazon DataZone.
|
GetFormTypeResult |
AbstractAmazonDataZone.getFormType(GetFormTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFormTypeResult> |
AmazonDataZoneAsyncClient.getFormTypeAsync(GetFormTypeRequest request,
AsyncHandler<GetFormTypeRequest,GetFormTypeResult> asyncHandler) |
Future<GetFormTypeResult> |
AmazonDataZoneAsync.getFormTypeAsync(GetFormTypeRequest getFormTypeRequest,
AsyncHandler<GetFormTypeRequest,GetFormTypeResult> asyncHandler)
Gets a metadata form type in Amazon DataZone.
|
Future<GetFormTypeResult> |
AbstractAmazonDataZoneAsync.getFormTypeAsync(GetFormTypeRequest request,
AsyncHandler<GetFormTypeRequest,GetFormTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFormTypeResult |
GetFormTypeResult.clone() |
GetFormTypeResult |
GetFormTypeResult.withCreatedAt(Date createdAt)
The timestamp of when this metadata form type was created.
|
GetFormTypeResult |
GetFormTypeResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withDescription(String description)
The description of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
GetFormTypeResult |
GetFormTypeResult.withImports(Collection<Import> imports)
The imports of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withImports(Import... imports)
The imports of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withModel(Model model)
The model of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withName(String name)
The name of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
GetFormTypeResult |
GetFormTypeResult.withOriginProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
|
GetFormTypeResult |
GetFormTypeResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withRevision(String revision)
The revision of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withStatus(FormTypeStatus status)
The status of the metadata form type.
|
GetFormTypeResult |
GetFormTypeResult.withStatus(String status)
The status of the metadata form type.
|
Copyright © 2023. All rights reserved.