| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionAuthorizationType |
Connection.authorizationType()
The authorization type specified for the connection.
|
ConnectionAuthorizationType |
CreateConnectionRequest.authorizationType()
The type of authorization to use for the connection.
|
ConnectionAuthorizationType |
DescribeConnectionResponse.authorizationType()
The type of authorization specified for the connection.
|
ConnectionAuthorizationType |
UpdateConnectionRequest.authorizationType()
The type of authorization to use for the connection.
|
static ConnectionAuthorizationType |
ConnectionAuthorizationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConnectionAuthorizationType |
ConnectionAuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionAuthorizationType[] |
ConnectionAuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionAuthorizationType> |
ConnectionAuthorizationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.authorizationType(ConnectionAuthorizationType authorizationType)
The authorization type specified for the connection.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.authorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.authorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization specified for the connection.
|
UpdateConnectionRequest.Builder |
UpdateConnectionRequest.Builder.authorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
Copyright © 2023. All rights reserved.