Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.GetEntitiesRequest.Builder
-
Packages that use GetEntitiesRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of GetEntitiesRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
Method parameters in software.amazon.awssdk.services.iotthingsgraph with type arguments of type GetEntitiesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEntitiesResponse>IoTThingsGraphAsyncClient. getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)Deprecated.since: 2022-08-30default GetEntitiesResponseIoTThingsGraphClient. getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)Deprecated.since: 2022-08-30 -
Uses of GetEntitiesRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return GetEntitiesRequest.Builder Modifier and Type Method Description static GetEntitiesRequest.BuilderGetEntitiesRequest. builder()GetEntitiesRequest.BuilderGetEntitiesRequest.Builder. ids(String... ids)An array of entity IDs.GetEntitiesRequest.BuilderGetEntitiesRequest.Builder. ids(Collection<String> ids)An array of entity IDs.GetEntitiesRequest.BuilderGetEntitiesRequest.Builder. namespaceVersion(Long namespaceVersion)The version of the user's namespace.GetEntitiesRequest.BuilderGetEntitiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEntitiesRequest.BuilderGetEntitiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEntitiesRequest.BuilderGetEntitiesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type GetEntitiesRequest.Builder Modifier and Type Method Description static Class<? extends GetEntitiesRequest.Builder>GetEntitiesRequest. serializableBuilderClass()
-