| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentParameter> |
CreateEnvironmentRequest.userParameters()
The user parameters of this Amazon DataZone environment.
|
List<EnvironmentParameter> |
UpdateEnvironmentProfileRequest.userParameters()
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
List<EnvironmentParameter> |
CreateEnvironmentProfileRequest.userParameters()
The user parameters of this Amazon DataZone environment profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.userParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
CreateEnvironmentProfileRequest.Builder |
CreateEnvironmentProfileRequest.Builder.userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
CreateEnvironmentProfileRequest.Builder |
CreateEnvironmentProfileRequest.Builder.userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
Copyright © 2023. All rights reserved.