| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionBodyParameter |
ConnectionBodyParameter.clone() |
ConnectionBodyParameter |
ConnectionBodyParameter.withIsValueSecret(Boolean isValueSecret)
Specified whether the value is secret.
|
ConnectionBodyParameter |
ConnectionBodyParameter.withKey(String key)
The key for the parameter.
|
ConnectionBodyParameter |
ConnectionBodyParameter.withValue(String value)
The value associated with the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionBodyParameter> |
ConnectionHttpParameters.getBodyParameters()
Contains additional body string parameters for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHttpParameters |
ConnectionHttpParameters.withBodyParameters(ConnectionBodyParameter... bodyParameters)
Contains additional body string parameters for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionHttpParameters.setBodyParameters(Collection<ConnectionBodyParameter> bodyParameters)
Contains additional body string parameters for the connection.
|
ConnectionHttpParameters |
ConnectionHttpParameters.withBodyParameters(Collection<ConnectionBodyParameter> bodyParameters)
Contains additional body string parameters for the connection.
|
Copyright © 2024. All rights reserved.