| 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 |
|---|---|
CreateEnvironmentActionResult |
AbstractAmazonDataZone.createEnvironmentAction(CreateEnvironmentActionRequest request) |
CreateEnvironmentActionResult |
AmazonDataZoneClient.createEnvironmentAction(CreateEnvironmentActionRequest request)
Creates an action for the environment, for example, creates a console link for an analytics tool that is
available in this environment.
|
CreateEnvironmentActionResult |
AmazonDataZone.createEnvironmentAction(CreateEnvironmentActionRequest createEnvironmentActionRequest)
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 |
|---|---|
Future<CreateEnvironmentActionResult> |
AbstractAmazonDataZoneAsync.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.
|
Future<CreateEnvironmentActionResult> |
AmazonDataZoneAsyncClient.createEnvironmentActionAsync(CreateEnvironmentActionRequest request,
AsyncHandler<CreateEnvironmentActionRequest,CreateEnvironmentActionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.clone() |
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withDescription(String description)
The description of the environment action.
|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withDomainId(String domainId)
The ID of the domain in which the environment action is created.
|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withEnvironmentId(String environmentId)
The ID of the environment in which the environment is created.
|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withId(String id)
The ID of the environment action.
|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withName(String name)
The name of the environment action.
|
CreateEnvironmentActionResult |
CreateEnvironmentActionResult.withParameters(ActionParameters parameters)
The parameters of the environment action.
|
Copyright © 2024. All rights reserved.