Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.AssociateEntityToThingRequest.Builder
-
Packages that use AssociateEntityToThingRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of AssociateEntityToThingRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
Method parameters in software.amazon.awssdk.services.iotthingsgraph with type arguments of type AssociateEntityToThingRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateEntityToThingResponse>IoTThingsGraphAsyncClient. associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)Deprecated.since: 2022-08-30default AssociateEntityToThingResponseIoTThingsGraphClient. associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)Deprecated.since: 2022-08-30 -
Uses of AssociateEntityToThingRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return AssociateEntityToThingRequest.Builder Modifier and Type Method Description static AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest. builder()AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest.Builder. entityId(String entityId)The ID of the device to be associated with the thing.AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest.Builder. namespaceVersion(Long namespaceVersion)The version of the user's namespace.AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest.Builder. thingName(String thingName)The name of the thing to which the entity is to be associated.AssociateEntityToThingRequest.BuilderAssociateEntityToThingRequest. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type AssociateEntityToThingRequest.Builder Modifier and Type Method Description static Class<? extends AssociateEntityToThingRequest.Builder>AssociateEntityToThingRequest. serializableBuilderClass()
-