Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.SyncResourceType
Packages that use SyncResourceType
-
Uses of SyncResourceType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncResourceTypeModifier and TypeMethodDescriptionstatic SyncResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SyncResourceTypeSyncResourceFilter.resourceType()The sync resource filter resource typefinal SyncResourceTypeSyncResourceSummary.resourceType()The resource type.static SyncResourceTypeReturns the enum constant of this type with the specified name.static SyncResourceType[]SyncResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SyncResourceTypeMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncResourceTypeModifier and TypeMethodDescriptionstatic SyncResourceFilterSyncResourceFilter.fromResourceType(SyncResourceType resourceType) Create an instance of this class withSyncResourceFilter.resourceTypeAsString()initialized to the given value.SyncResourceFilter.Builder.resourceType(SyncResourceType resourceType) The sync resource filter resource typeSyncResourceSummary.Builder.resourceType(SyncResourceType resourceType) The resource type.