| 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 |
|---|---|
CreateFormTypeResult |
AmazonDataZoneClient.createFormType(CreateFormTypeRequest request)
Creates a metadata form type.
|
CreateFormTypeResult |
AbstractAmazonDataZone.createFormType(CreateFormTypeRequest request) |
CreateFormTypeResult |
AmazonDataZone.createFormType(CreateFormTypeRequest createFormTypeRequest)
Creates a metadata form type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFormTypeResult> |
AmazonDataZoneAsyncClient.createFormTypeAsync(CreateFormTypeRequest request,
AsyncHandler<CreateFormTypeRequest,CreateFormTypeResult> asyncHandler) |
Future<CreateFormTypeResult> |
AmazonDataZoneAsync.createFormTypeAsync(CreateFormTypeRequest createFormTypeRequest,
AsyncHandler<CreateFormTypeRequest,CreateFormTypeResult> asyncHandler)
Creates a metadata form type.
|
Future<CreateFormTypeResult> |
AbstractAmazonDataZoneAsync.createFormTypeAsync(CreateFormTypeRequest request,
AsyncHandler<CreateFormTypeRequest,CreateFormTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFormTypeResult |
CreateFormTypeResult.clone() |
CreateFormTypeResult |
CreateFormTypeResult.withDescription(String description)
The description of this Amazon DataZone metadata form type.
|
CreateFormTypeResult |
CreateFormTypeResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
CreateFormTypeResult |
CreateFormTypeResult.withName(String name)
The name of this Amazon DataZone metadata form type.
|
CreateFormTypeResult |
CreateFormTypeResult.withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
|
CreateFormTypeResult |
CreateFormTypeResult.withOriginProjectId(String originProjectId)
The ID of the project in which this Amazon DataZone metadata form type was originally created.
|
CreateFormTypeResult |
CreateFormTypeResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns this Amazon DataZone metadata form type.
|
CreateFormTypeResult |
CreateFormTypeResult.withRevision(String revision)
The revision of this Amazon DataZone metadata form type.
|
Copyright © 2024. All rights reserved.