| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentParameter |
EnvironmentParameter.clone() |
EnvironmentParameter |
EnvironmentParameter.withName(String name)
The name of an environment profile parameter.
|
EnvironmentParameter |
EnvironmentParameter.withValue(String value)
The value of an environment profile parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentParameter> |
UpdateEnvironmentProfileRequest.getUserParameters()
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
List<EnvironmentParameter> |
CreateEnvironmentProfileRequest.getUserParameters()
The user parameters of this Amazon DataZone environment profile.
|
List<EnvironmentParameter> |
CreateEnvironmentRequest.getUserParameters()
The user parameters of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentProfileRequest.setUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
void |
CreateEnvironmentProfileRequest.setUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
void |
CreateEnvironmentRequest.setUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
Copyright © 2023. All rights reserved.