Uses of Interface
software.amazon.awssdk.services.greengrassv2.GreengrassV2AsyncClient
-
Packages that use GreengrassV2AsyncClient Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.paginators -
-
Uses of GreengrassV2AsyncClient in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GreengrassV2AsyncClient Modifier and Type Method Description static GreengrassV2AsyncClientGreengrassV2AsyncClient. create()Create aGreengrassV2AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of GreengrassV2AsyncClient in software.amazon.awssdk.services.greengrassv2.paginators
Constructors in software.amazon.awssdk.services.greengrassv2.paginators with parameters of type GreengrassV2AsyncClient Constructor Description ListClientDevicesAssociatedWithCoreDevicePublisher(GreengrassV2AsyncClient client, ListClientDevicesAssociatedWithCoreDeviceRequest firstRequest)ListComponentsPublisher(GreengrassV2AsyncClient client, ListComponentsRequest firstRequest)ListComponentVersionsPublisher(GreengrassV2AsyncClient client, ListComponentVersionsRequest firstRequest)ListCoreDevicesPublisher(GreengrassV2AsyncClient client, ListCoreDevicesRequest firstRequest)ListDeploymentsPublisher(GreengrassV2AsyncClient client, ListDeploymentsRequest firstRequest)ListEffectiveDeploymentsPublisher(GreengrassV2AsyncClient client, ListEffectiveDeploymentsRequest firstRequest)ListInstalledComponentsPublisher(GreengrassV2AsyncClient client, ListInstalledComponentsRequest firstRequest)
-