| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.clone() |
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.withAuth(ConfigurableActionTypeAuthorization auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.withAuth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.withParameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.withParameters(ConfigurableActionParameter... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
ConfigurableEnvironmentAction.withType(String type)
The type of a configurable action in a Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurableEnvironmentAction> |
CreateEnvironmentResult.getEnvironmentActions()
The configurable actions of this Amazon DataZone environment.
|
List<ConfigurableEnvironmentAction> |
UpdateEnvironmentResult.getEnvironmentActions()
The environment actions to be updated as part of the
UpdateEnvironment action. |
List<ConfigurableEnvironmentAction> |
GetEnvironmentResult.getEnvironmentActions()
The actions of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The configurable actions of this Amazon DataZone environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResult |
GetEnvironmentResult.withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentResult.setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The configurable actions of this Amazon DataZone environment.
|
void |
UpdateEnvironmentResult.setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
void |
GetEnvironmentResult.setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The configurable actions of this Amazon DataZone environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResult |
GetEnvironmentResult.withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
Copyright © 2024. All rights reserved.