| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionAuthorizationType |
ConnectionAuthorizationType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
Connection |
Connection.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The authorization type specified for the connection.
|
UpdateConnectionRequest |
UpdateConnectionRequest.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization specified for the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
Copyright © 2023. All rights reserved.