Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest.Builder
-
Packages that use ListAssetRelationshipsRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ListAssetRelationshipsRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type ListAssetRelationshipsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAssetRelationshipsResponse>IoTSiteWiseAsyncClient. listAssetRelationships(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)Retrieves a paginated list of asset relationships for an asset.default ListAssetRelationshipsResponseIoTSiteWiseClient. listAssetRelationships(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)Retrieves a paginated list of asset relationships for an asset.default ListAssetRelationshipsPublisherIoTSiteWiseAsyncClient. listAssetRelationshipsPaginator(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)Retrieves a paginated list of asset relationships for an asset.default ListAssetRelationshipsIterableIoTSiteWiseClient. listAssetRelationshipsPaginator(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)Retrieves a paginated list of asset relationships for an asset. -
Uses of ListAssetRelationshipsRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ListAssetRelationshipsRequest.Builder Modifier and Type Method Description ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. assetId(String assetId)The ID of the asset.static ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest. builder()ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest. toBuilder()ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. traversalType(String traversalType)The type of traversal to use to identify asset relationships.ListAssetRelationshipsRequest.BuilderListAssetRelationshipsRequest.Builder. traversalType(TraversalType traversalType)The type of traversal to use to identify asset relationships.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ListAssetRelationshipsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssetRelationshipsRequest.Builder>ListAssetRelationshipsRequest. serializableBuilderClass()
-