| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
Connection.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The authorization type specified for the connection.
|
Connection |
Connection.withAuthorizationType(String authorizationType)
The authorization type specified for the connection.
|
Connection |
Connection.withConnectionArn(String connectionArn)
The ARN of the connection.
|
Connection |
Connection.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
Connection |
Connection.withConnectionState(String connectionState)
The state of the connection.
|
Connection |
Connection.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
Connection |
Connection.withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
Connection |
Connection.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
Connection |
Connection.withName(String name)
The name of the connection.
|
Connection |
Connection.withStateReason(String stateReason)
The reason that the connection is in the connection state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ListConnectionsResult.getConnections()
An array of connections objects that include details about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResult |
ListConnectionsResult.withConnections(Connection... connections)
An array of connections objects that include details about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectionsResult.setConnections(Collection<Connection> connections)
An array of connections objects that include details about the connections.
|
ListConnectionsResult |
ListConnectionsResult.withConnections(Collection<Connection> connections)
An array of connections objects that include details about the connections.
|
Copyright © 2023. All rights reserved.