| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpParameter |
HttpParameter.fromSecret(SecretValue value)
Make an OAuthParameter from a secret.
|
static HttpParameter |
HttpParameter.fromString(String value)
Make an OAuthParameter from a string value.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,HttpParameter> |
OAuthAuthorizationProps.getBodyParameters()
Additional string parameters to add to the OAuth request body.
|
Map<String,HttpParameter> |
OAuthAuthorizationProps.Jsii$Proxy.getBodyParameters() |
default Map<String,HttpParameter> |
ConnectionProps.getBodyParameters()
Additional string parameters to add to the invocation bodies.
|
Map<String,HttpParameter> |
ConnectionProps.Jsii$Proxy.getBodyParameters() |
default Map<String,HttpParameter> |
OAuthAuthorizationProps.getHeaderParameters()
Additional string parameters to add to the OAuth request header.
|
Map<String,HttpParameter> |
OAuthAuthorizationProps.Jsii$Proxy.getHeaderParameters() |
default Map<String,HttpParameter> |
ConnectionProps.getHeaderParameters()
Additional string parameters to add to the invocation headers.
|
Map<String,HttpParameter> |
ConnectionProps.Jsii$Proxy.getHeaderParameters() |
default Map<String,HttpParameter> |
OAuthAuthorizationProps.getQueryStringParameters()
Additional string parameters to add to the OAuth request query string.
|
Map<String,HttpParameter> |
OAuthAuthorizationProps.Jsii$Proxy.getQueryStringParameters() |
default Map<String,HttpParameter> |
ConnectionProps.getQueryStringParameters()
Additional string parameters to add to the invocation query strings.
|
Map<String,HttpParameter> |
ConnectionProps.Jsii$Proxy.getQueryStringParameters() |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.bodyParameters(Map<String,? extends HttpParameter> bodyParameters)
Sets the value of
OAuthAuthorizationProps.getBodyParameters() |
ConnectionProps.Builder |
ConnectionProps.Builder.bodyParameters(Map<String,? extends HttpParameter> bodyParameters)
Sets the value of
ConnectionProps.getBodyParameters() |
Connection.Builder |
Connection.Builder.bodyParameters(Map<String,? extends HttpParameter> bodyParameters)
Additional string parameters to add to the invocation bodies.
|
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.headerParameters(Map<String,? extends HttpParameter> headerParameters)
Sets the value of
OAuthAuthorizationProps.getHeaderParameters() |
ConnectionProps.Builder |
ConnectionProps.Builder.headerParameters(Map<String,? extends HttpParameter> headerParameters)
Sets the value of
ConnectionProps.getHeaderParameters() |
Connection.Builder |
Connection.Builder.headerParameters(Map<String,? extends HttpParameter> headerParameters)
Additional string parameters to add to the invocation headers.
|
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.queryStringParameters(Map<String,? extends HttpParameter> queryStringParameters)
Sets the value of
OAuthAuthorizationProps.getQueryStringParameters() |
ConnectionProps.Builder |
ConnectionProps.Builder.queryStringParameters(Map<String,? extends HttpParameter> queryStringParameters)
Sets the value of
ConnectionProps.getQueryStringParameters() |
Connection.Builder |
Connection.Builder.queryStringParameters(Map<String,? extends HttpParameter> queryStringParameters)
Additional string parameters to add to the invocation query strings.
|
Copyright © 2022. All rights reserved.