Uses of Enum
software.amazon.awssdk.services.ssm.model.SourceType
Packages that use SourceType
-
Uses of SourceType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.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 SourceTypeInstanceInfo.sourceType()The type of the source resource.final SourceTypeInstanceInformation.sourceType()The type of the source resource.final SourceTypeInstanceProperty.sourceType()The type of the source resource.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.ssm.model that return types with arguments of type SourceTypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type SourceTypeModifier and TypeMethodDescriptionInstanceInfo.Builder.sourceType(SourceType sourceType) The type of the source resource.InstanceInformation.Builder.sourceType(SourceType sourceType) The type of the source resource.InstanceProperty.Builder.sourceType(SourceType sourceType) The type of the source resource.