Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncResourceFilter
Packages that use SyncResourceFilter
-
Uses of SyncResourceFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncResourceFilterModifier and TypeMethodDescriptionstatic SyncResourceFilterSyncResourceFilter.fromExternalId(String externalId) Create an instance of this class withexternalId()initialized to the given value.static SyncResourceFilterSyncResourceFilter.fromResourceId(String resourceId) Create an instance of this class withresourceId()initialized to the given value.static SyncResourceFilterSyncResourceFilter.fromResourceType(String resourceType) Create an instance of this class withresourceTypeAsString()initialized to the given value.static SyncResourceFilterSyncResourceFilter.fromResourceType(SyncResourceType resourceType) Create an instance of this class withresourceTypeAsString()initialized to the given value.static SyncResourceFilterCreate an instance of this class withstateAsString()initialized to the given value.static SyncResourceFilterSyncResourceFilter.fromState(SyncResourceState state) Create an instance of this class withstateAsString()initialized to the given value.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SyncResourceFilterModifier and TypeMethodDescriptionfinal List<SyncResourceFilter>ListSyncResourcesRequest.filters()A list of objects that filter the request.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncResourceFilterModifier and TypeMethodDescriptionListSyncResourcesRequest.Builder.filters(SyncResourceFilter... filters) A list of objects that filter the request.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SyncResourceFilterModifier and TypeMethodDescriptionListSyncResourcesRequest.Builder.filters(Collection<SyncResourceFilter> filters) A list of objects that filter the request.