Uses of Class
software.amazon.awssdk.services.datazone.model.EnvironmentConfigurationUserParameter
-
Packages that use EnvironmentConfigurationUserParameter Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of EnvironmentConfigurationUserParameter in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type EnvironmentConfigurationUserParameter Modifier and Type Method Description List<EnvironmentConfigurationUserParameter>CreateProjectRequest. userParameters()The user parameters of the project.List<EnvironmentConfigurationUserParameter>CreateProjectResponse. userParameters()The user parameters of the project.List<EnvironmentConfigurationUserParameter>GetProjectResponse. userParameters()The user parameters of a project.List<EnvironmentConfigurationUserParameter>UpdateProjectResponse. userParameters()The user parameters of the project.Methods in software.amazon.awssdk.services.datazone.model with parameters of type EnvironmentConfigurationUserParameter Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. userParameters(EnvironmentConfigurationUserParameter... userParameters)The user parameters of the project.CreateProjectResponse.BuilderCreateProjectResponse.Builder. userParameters(EnvironmentConfigurationUserParameter... userParameters)The user parameters of the project.GetProjectResponse.BuilderGetProjectResponse.Builder. userParameters(EnvironmentConfigurationUserParameter... userParameters)The user parameters of a project.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. userParameters(EnvironmentConfigurationUserParameter... userParameters)The user parameters of the project.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type EnvironmentConfigurationUserParameter Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)The user parameters of the project.CreateProjectResponse.BuilderCreateProjectResponse.Builder. userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)The user parameters of the project.GetProjectResponse.BuilderGetProjectResponse.Builder. userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)The user parameters of a project.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)The user parameters of the project.
-