Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest.Builder
-
Packages that use ListAssetPropertiesRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ListAssetPropertiesRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type ListAssetPropertiesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAssetPropertiesResponse>IoTSiteWiseAsyncClient. listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesResponseIoTSiteWiseClient. listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesPublisherIoTSiteWiseAsyncClient. listAssetPropertiesPaginator(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesIterableIoTSiteWiseClient. listAssetPropertiesPaginator(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset. -
Uses of ListAssetPropertiesRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ListAssetPropertiesRequest.Builder Modifier and Type Method Description ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. assetId(String assetId)The ID of the asset.static ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest. builder()ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. filter(String filter)Filters the requested list of asset properties.ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. filter(ListAssetPropertiesFilter filter)Filters the requested list of asset properties.ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetPropertiesRequest.BuilderListAssetPropertiesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ListAssetPropertiesRequest.Builder Modifier and Type Method Description static Class<? extends ListAssetPropertiesRequest.Builder>ListAssetPropertiesRequest. serializableBuilderClass()
-