| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
CustomParameter |
CustomParameter.clone() |
CustomParameter |
CustomParameter.withDefaultValue(String defaultValue)
The default value of the parameter.
|
CustomParameter |
CustomParameter.withDescription(String description)
The description of the parameter.
|
CustomParameter |
CustomParameter.withFieldType(String fieldType)
The filed type of the parameter.
|
CustomParameter |
CustomParameter.withIsEditable(Boolean isEditable)
Specifies whether the parameter is editable.
|
CustomParameter |
CustomParameter.withIsOptional(Boolean isOptional)
Specifies whether the custom parameter is optional.
|
CustomParameter |
CustomParameter.withKeyName(String keyName)
The key name of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomParameter> |
UpdateEnvironmentResult.getUserParameters()
The user parameters to be updated as part of the
UpdateEnvironment action. |
List<CustomParameter> |
GetEnvironmentProfileResult.getUserParameters()
The user parameters of the environment profile.
|
List<CustomParameter> |
GetEnvironmentBlueprintResult.getUserParameters()
The user parameters of this blueprint.
|
List<CustomParameter> |
GetEnvironmentResult.getUserParameters()
The user parameters of this Amazon DataZone environment.
|
List<CustomParameter> |
CreateEnvironmentProfileResult.getUserParameters()
The user parameters of this Amazon DataZone environment profile.
|
List<CustomParameter> |
CreateEnvironmentResult.getUserParameters()
The user parameters of this Amazon DataZone environment.
|
List<CustomParameter> |
UpdateEnvironmentProfileResult.getUserParameters()
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withUserParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
|
GetEnvironmentBlueprintResult |
GetEnvironmentBlueprintResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this blueprint.
|
GetEnvironmentResult |
GetEnvironmentResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
void |
GetEnvironmentProfileResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
void |
GetEnvironmentBlueprintResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this blueprint.
|
void |
GetEnvironmentResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
void |
CreateEnvironmentProfileResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
void |
CreateEnvironmentResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
void |
UpdateEnvironmentProfileResult.setUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
GetEnvironmentBlueprintResult |
GetEnvironmentBlueprintResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this blueprint.
|
GetEnvironmentResult |
GetEnvironmentResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
Copyright © 2023. All rights reserved.