| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionAuthResponseParameters |
ConnectionAuthResponseParameters.clone() |
ConnectionAuthResponseParameters |
DescribeConnectionResult.getAuthParameters()
The parameters to use for authorization for the connection.
|
ConnectionAuthResponseParameters |
ConnectionAuthResponseParameters.withApiKeyAuthParameters(ConnectionApiKeyAuthResponseParameters apiKeyAuthParameters)
The API Key parameters to use for authorization.
|
ConnectionAuthResponseParameters |
ConnectionAuthResponseParameters.withBasicAuthParameters(ConnectionBasicAuthResponseParameters basicAuthParameters)
The authorization parameters for Basic authorization.
|
ConnectionAuthResponseParameters |
ConnectionAuthResponseParameters.withInvocationHttpParameters(ConnectionHttpParameters invocationHttpParameters)
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
|
ConnectionAuthResponseParameters |
ConnectionAuthResponseParameters.withOAuthParameters(ConnectionOAuthResponseParameters oAuthParameters)
The OAuth parameters to use for authorization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectionResult.setAuthParameters(ConnectionAuthResponseParameters authParameters)
The parameters to use for authorization for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withAuthParameters(ConnectionAuthResponseParameters authParameters)
The parameters to use for authorization for the connection.
|
Copyright © 2021. All rights reserved.