| 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<CreateEnvironmentActionResult> |
AbstractAmazonDataZoneAsync.createEnvironmentActionAsync(CreateEnvironmentActionRequest request,
AsyncHandler<CreateEnvironmentActionRequest,CreateEnvironmentActionResult> asyncHandler) |
Future<CreateEnvironmentActionResult> |
AmazonDataZoneAsyncClient.createEnvironmentActionAsync(CreateEnvironmentActionRequest request,
AsyncHandler<CreateEnvironmentActionRequest,CreateEnvironmentActionResult> asyncHandler) |
Future<CreateEnvironmentActionResult> |
AmazonDataZoneAsync.createEnvironmentActionAsync(CreateEnvironmentActionRequest createEnvironmentActionRequest,
AsyncHandler<CreateEnvironmentActionRequest,CreateEnvironmentActionResult> asyncHandler)
Creates an action for the environment, for example, creates a console link for an analytics tool that is
available in this environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.clone() |
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.withDescription(String description)
The description of the environment action that is being created in the environment.
|
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment action is created.
|
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the environment action is created.
|
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.withName(String name)
The name of the environment action.
|
CreateEnvironmentActionRequest |
CreateEnvironmentActionRequest.withParameters(ActionParameters parameters)
The parameters of the environment action.
|
Copyright © 2024. All rights reserved.