Uses of Interface
software.amazon.awssdk.services.greengrassv2.GreengrassV2Client
-
Packages that use GreengrassV2Client 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 GreengrassV2Client in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GreengrassV2Client Modifier and Type Method Description static GreengrassV2ClientGreengrassV2Client. create()Create aGreengrassV2Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of GreengrassV2Client in software.amazon.awssdk.services.greengrassv2.paginators
Constructors in software.amazon.awssdk.services.greengrassv2.paginators with parameters of type GreengrassV2Client Constructor Description ListClientDevicesAssociatedWithCoreDeviceIterable(GreengrassV2Client client, ListClientDevicesAssociatedWithCoreDeviceRequest firstRequest)ListComponentsIterable(GreengrassV2Client client, ListComponentsRequest firstRequest)ListComponentVersionsIterable(GreengrassV2Client client, ListComponentVersionsRequest firstRequest)ListCoreDevicesIterable(GreengrassV2Client client, ListCoreDevicesRequest firstRequest)ListDeploymentsIterable(GreengrassV2Client client, ListDeploymentsRequest firstRequest)ListEffectiveDeploymentsIterable(GreengrassV2Client client, ListEffectiveDeploymentsRequest firstRequest)ListInstalledComponentsIterable(GreengrassV2Client client, ListInstalledComponentsRequest firstRequest)
-