Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ConnectionState
Packages that use ConnectionState
-
Uses of ConnectionState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionStateModifier and TypeMethodDescriptionfinal ConnectionStateConnection.connectionState()The state of the connection.final ConnectionStateCreateConnectionResponse.connectionState()The state of the connection that was created by the request.final ConnectionStateDeauthorizeConnectionResponse.connectionState()The state of the connection.final ConnectionStateDeleteConnectionResponse.connectionState()The state of the connection before it was deleted.final ConnectionStateDescribeConnectionResponse.connectionState()The state of the connection retrieved.final ConnectionStateListConnectionsRequest.connectionState()The state of the connection.final ConnectionStateUpdateConnectionResponse.connectionState()The state of the connection that was updated.static ConnectionStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionStateReturns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ConnectionStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionStateModifier and TypeMethodDescriptionConnection.Builder.connectionState(ConnectionState connectionState) The state of the connection.CreateConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection that was created by the request.DeauthorizeConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection.DeleteConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection before it was deleted.DescribeConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection retrieved.ListConnectionsRequest.Builder.connectionState(ConnectionState connectionState) The state of the connection.UpdateConnectionResponse.Builder.connectionState(ConnectionState connectionState) The state of the connection that was updated.