Uses of Class
software.amazon.awssdk.services.datazone.model.CustomParameter
-
Packages that use CustomParameter Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of CustomParameter in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type CustomParameter Modifier and Type Method Description List<CustomParameter>CreateEnvironmentProfileResponse. userParameters()The user parameters of this Amazon DataZone environment profile.List<CustomParameter>CreateEnvironmentResponse. userParameters()The user parameters of this Amazon DataZone environment.List<CustomParameter>GetEnvironmentBlueprintResponse. userParameters()The user parameters of this blueprint.List<CustomParameter>GetEnvironmentProfileResponse. userParameters()The user parameters of the environment profile.List<CustomParameter>GetEnvironmentResponse. userParameters()The user parameters of this Amazon DataZone environment.List<CustomParameter>UpdateEnvironmentProfileResponse. userParameters()The user parameters to be updated as part of theUpdateEnvironmentProfileaction.List<CustomParameter>UpdateEnvironmentResponse. userParameters()The user parameters to be updated as part of theUpdateEnvironmentaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type CustomParameter Modifier and Type Method Description CreateEnvironmentProfileResponse.BuilderCreateEnvironmentProfileResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters of this Amazon DataZone environment.GetEnvironmentBlueprintResponse.BuilderGetEnvironmentBlueprintResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters of this blueprint.GetEnvironmentProfileResponse.BuilderGetEnvironmentProfileResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters of the environment profile.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters of this Amazon DataZone environment.UpdateEnvironmentProfileResponse.BuilderUpdateEnvironmentProfileResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. userParameters(CustomParameter... userParameters)The user parameters to be updated as part of theUpdateEnvironmentaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type CustomParameter Modifier and Type Method Description CreateEnvironmentProfileResponse.BuilderCreateEnvironmentProfileResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment.GetEnvironmentBlueprintResponse.BuilderGetEnvironmentBlueprintResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters of this blueprint.GetEnvironmentProfileResponse.BuilderGetEnvironmentProfileResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters of the environment profile.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment.UpdateEnvironmentProfileResponse.BuilderUpdateEnvironmentProfileResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. userParameters(Collection<CustomParameter> userParameters)The user parameters to be updated as part of theUpdateEnvironmentaction.
-