| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
HttpParameters |
HttpParameters.addHeaderParametersEntry(String key,
String value)
Add a single HeaderParameters entry
|
HttpParameters |
HttpParameters.addQueryStringParametersEntry(String key,
String value)
Add a single QueryStringParameters entry
|
HttpParameters |
HttpParameters.clearHeaderParametersEntries()
Removes all the entries added into HeaderParameters.
|
HttpParameters |
HttpParameters.clearQueryStringParametersEntries()
Removes all the entries added into QueryStringParameters.
|
HttpParameters |
HttpParameters.clone() |
HttpParameters |
Target.getHttpParameters()
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
HttpParameters |
HttpParameters.withHeaderParameters(Map<String,String> headerParameters)
The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge
ApiDestination.
|
HttpParameters |
HttpParameters.withPathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
HttpParameters |
HttpParameters.withPathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
HttpParameters |
HttpParameters.withQueryStringParameters(Map<String,String> queryStringParameters)
The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or
EventBridge ApiDestination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setHttpParameters(HttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
Target |
Target.withHttpParameters(HttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
Copyright © 2024. All rights reserved.