Uses of Enum
software.amazon.awssdk.services.rds.model.SourceType
Packages that use SourceType
-
Uses of SourceType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return SourceTypeModifier and TypeMethodDescriptionstatic SourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SourceTypeDescribeEventsRequest.sourceType()The event source to retrieve events for.final SourceTypeEvent.sourceType()Specifies the source type for this event.static SourceTypeReturns the enum constant of this type with the specified name.static SourceType[]SourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SourceTypeMethods in software.amazon.awssdk.services.rds.model with parameters of type SourceTypeModifier and TypeMethodDescriptionDescribeEventsRequest.Builder.sourceType(SourceType sourceType) The event source to retrieve events for.Event.Builder.sourceType(SourceType sourceType) Specifies the source type for this event.