Uses of Class
software.amazon.awssdk.services.datazone.model.EnvironmentConfiguration
-
Packages that use EnvironmentConfiguration Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of EnvironmentConfiguration in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type EnvironmentConfiguration Modifier and Type Method Description List<EnvironmentConfiguration>CreateProjectProfileRequest. environmentConfigurations()Environment configurations of the project profile.List<EnvironmentConfiguration>CreateProjectProfileResponse. environmentConfigurations()Environment configurations of a project profile.List<EnvironmentConfiguration>GetProjectProfileResponse. environmentConfigurations()The environment configurations of the project profile.List<EnvironmentConfiguration>UpdateProjectProfileRequest. environmentConfigurations()The environment configurations of a project profile.List<EnvironmentConfiguration>UpdateProjectProfileResponse. environmentConfigurations()The environment configurations of a project profile.Methods in software.amazon.awssdk.services.datazone.model with parameters of type EnvironmentConfiguration Modifier and Type Method Description CreateProjectProfileRequest.BuilderCreateProjectProfileRequest.Builder. environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)Environment configurations of the project profile.CreateProjectProfileResponse.BuilderCreateProjectProfileResponse.Builder. environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)Environment configurations of a project profile.GetProjectProfileResponse.BuilderGetProjectProfileResponse.Builder. environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)The environment configurations of the project profile.UpdateProjectProfileRequest.BuilderUpdateProjectProfileRequest.Builder. environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)The environment configurations of a project profile.UpdateProjectProfileResponse.BuilderUpdateProjectProfileResponse.Builder. environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)The environment configurations of a project profile.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type EnvironmentConfiguration Modifier and Type Method Description CreateProjectProfileRequest.BuilderCreateProjectProfileRequest.Builder. environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)Environment configurations of the project profile.CreateProjectProfileResponse.BuilderCreateProjectProfileResponse.Builder. environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)Environment configurations of a project profile.GetProjectProfileResponse.BuilderGetProjectProfileResponse.Builder. environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)The environment configurations of the project profile.UpdateProjectProfileRequest.BuilderUpdateProjectProfileRequest.Builder. environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)The environment configurations of a project profile.UpdateProjectProfileResponse.BuilderUpdateProjectProfileResponse.Builder. environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)The environment configurations of a project profile.
-