Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest.Builder
-
Packages that use ListCompositionRelationshipsRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ListCompositionRelationshipsRequest.Builder in software.amazon.awssdk.services.iotsitewise
-
Uses of ListCompositionRelationshipsRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ListCompositionRelationshipsRequest.Builder Modifier and Type Method Description ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest.Builder. assetModelId(String assetModelId)The ID of the asset model.static ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest. builder()ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCompositionRelationshipsRequest.BuilderListCompositionRelationshipsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ListCompositionRelationshipsRequest.Builder Modifier and Type Method Description static Class<? extends ListCompositionRelationshipsRequest.Builder>ListCompositionRelationshipsRequest. serializableBuilderClass()
-