Uses of Class
software.amazon.awssdk.services.eventbridge.model.ConnectionAuthorizationType
-
Packages that use ConnectionAuthorizationType Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ConnectionAuthorizationType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionAuthorizationType Modifier and Type Method Description ConnectionAuthorizationTypeConnection. authorizationType()The authorization type specified for the connection.ConnectionAuthorizationTypeCreateConnectionRequest. authorizationType()The type of authorization to use for the connection.ConnectionAuthorizationTypeDescribeConnectionResponse. authorizationType()The type of authorization specified for the connection.ConnectionAuthorizationTypeUpdateConnectionRequest. authorizationType()The type of authorization to use for the connection.static ConnectionAuthorizationTypeConnectionAuthorizationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionAuthorizationTypeConnectionAuthorizationType. 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.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ConnectionAuthorizationType Modifier and Type Method Description static Set<ConnectionAuthorizationType>ConnectionAuthorizationType. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionAuthorizationType Modifier and Type Method Description Connection.BuilderConnection.Builder. authorizationType(ConnectionAuthorizationType authorizationType)The authorization type specified for the connection.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. authorizationType(ConnectionAuthorizationType authorizationType)The type of authorization to use for the connection.DescribeConnectionResponse.BuilderDescribeConnectionResponse.Builder. authorizationType(ConnectionAuthorizationType authorizationType)The type of authorization specified for the connection.UpdateConnectionRequest.BuilderUpdateConnectionRequest.Builder. authorizationType(ConnectionAuthorizationType authorizationType)The type of authorization to use for the connection.
-