| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHeaderParameter |
ConnectionHeaderParameter.clone() |
ConnectionHeaderParameter |
ConnectionHeaderParameter.withIsValueSecret(Boolean isValueSecret)
Specified whether the value is a secret.
|
ConnectionHeaderParameter |
ConnectionHeaderParameter.withKey(String key)
The key for the parameter.
|
ConnectionHeaderParameter |
ConnectionHeaderParameter.withValue(String value)
The value associated with the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionHeaderParameter> |
ConnectionHttpParameters.getHeaderParameters()
Contains additional header parameters for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHttpParameters |
ConnectionHttpParameters.withHeaderParameters(ConnectionHeaderParameter... headerParameters)
Contains additional header parameters for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionHttpParameters.setHeaderParameters(Collection<ConnectionHeaderParameter> headerParameters)
Contains additional header parameters for the connection.
|
ConnectionHttpParameters |
ConnectionHttpParameters.withHeaderParameters(Collection<ConnectionHeaderParameter> headerParameters)
Contains additional header parameters for the connection.
|
Copyright © 2023. All rights reserved.