| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurableEnvironmentAction> |
UpdateEnvironmentResponse.environmentActions()
The environment actions to be updated as part of the
UpdateEnvironment action. |
List<ConfigurableEnvironmentAction> |
GetEnvironmentResponse.environmentActions()
The actions of the environment.
|
List<ConfigurableEnvironmentAction> |
CreateEnvironmentResponse.environmentActions()
The configurable actions of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentActions(ConfigurableEnvironmentAction... environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environmentActions(ConfigurableEnvironmentAction... environmentActions)
The configurable actions of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The configurable actions of this Amazon DataZone environment.
|
Copyright © 2023. All rights reserved.