Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncResourceType
-
Packages that use SyncResourceType Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of SyncResourceType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncResourceType Modifier and Type Method Description static SyncResourceTypeSyncResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SyncResourceTypeSyncResourceFilter. resourceType()The sync resource filter resource typeSyncResourceTypeSyncResourceSummary. resourceType()The resource type.static SyncResourceTypeSyncResourceType. valueOf(String name)Returns 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 SyncResourceType Modifier and Type Method Description static Set<SyncResourceType>SyncResourceType. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncResourceType Modifier and Type Method Description static SyncResourceFilterSyncResourceFilter. fromResourceType(SyncResourceType resourceType)Create an instance of this class withSyncResourceFilter.resourceTypeAsString()initialized to the given value.SyncResourceFilter.BuilderSyncResourceFilter.Builder. resourceType(SyncResourceType resourceType)The sync resource filter resource typeSyncResourceSummary.BuilderSyncResourceSummary.Builder. resourceType(SyncResourceType resourceType)The resource type.
-