Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ConnectionAuthorizationType
Packages that use ConnectionAuthorizationType
-
Uses of ConnectionAuthorizationType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionAuthorizationTypeModifier and TypeMethodDescriptionConnection.authorizationType()The authorization type specified for the connection.CreateConnectionRequest.authorizationType()The type of authorization to use for the connection.DescribeConnectionResponse.authorizationType()The type of authorization specified for the connection.UpdateConnectionRequest.authorizationType()The type of authorization to use for the connection.static ConnectionAuthorizationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionAuthorizationTypeReturns 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 ConnectionAuthorizationTypeModifier and TypeMethodDescriptionstatic Set<ConnectionAuthorizationType>ConnectionAuthorizationType.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionAuthorizationTypeModifier and TypeMethodDescriptionConnection.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The authorization type specified for the connection.CreateConnectionRequest.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The type of authorization to use for the connection.DescribeConnectionResponse.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The type of authorization specified for the connection.UpdateConnectionRequest.Builder.authorizationType(ConnectionAuthorizationType authorizationType) The type of authorization to use for the connection.