Uses of Class
software.amazon.awssdk.services.datazone.model.ConfigurableEnvironmentAction
-
Packages that use ConfigurableEnvironmentAction Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ConfigurableEnvironmentAction in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ConfigurableEnvironmentAction Modifier and Type Method Description List<ConfigurableEnvironmentAction>CreateEnvironmentResponse. environmentActions()The configurable actions of this Amazon DataZone environment.List<ConfigurableEnvironmentAction>GetEnvironmentResponse. environmentActions()The actions of the environment.List<ConfigurableEnvironmentAction>UpdateEnvironmentResponse. environmentActions()The environment actions to be updated as part of theUpdateEnvironmentaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ConfigurableEnvironmentAction Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. environmentActions(ConfigurableEnvironmentAction... environmentActions)The configurable actions of this Amazon DataZone environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. environmentActions(ConfigurableEnvironmentAction... environmentActions)The actions of the environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. environmentActions(ConfigurableEnvironmentAction... environmentActions)The environment actions to be updated as part of theUpdateEnvironmentaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ConfigurableEnvironmentAction Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)The configurable actions of this Amazon DataZone environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)The actions of the environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)The environment actions to be updated as part of theUpdateEnvironmentaction.
-