Uses of Class
software.amazon.awssdk.services.datazone.model.ConfigurableActionParameter
-
Packages that use ConfigurableActionParameter Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ConfigurableActionParameter in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ConfigurableActionParameter Modifier and Type Method Description List<ConfigurableActionParameter>ConfigurableEnvironmentAction. parameters()The parameters of a configurable action in a Amazon DataZone environment.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ConfigurableActionParameter Modifier and Type Method Description ConfigurableEnvironmentAction.BuilderConfigurableEnvironmentAction.Builder. parameters(ConfigurableActionParameter... parameters)The parameters of a configurable action in a Amazon DataZone environment.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ConfigurableActionParameter Modifier and Type Method Description ConfigurableEnvironmentAction.BuilderConfigurableEnvironmentAction.Builder. parameters(Collection<ConfigurableActionParameter> parameters)The parameters of a configurable action in a Amazon DataZone environment.
-