Uses of Interface
software.amazon.awssdk.services.panorama.PanoramaClient
-
Packages that use PanoramaClient Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.paginators -
-
Uses of PanoramaClient in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return PanoramaClient Modifier and Type Method Description static PanoramaClientPanoramaClient. create()Create aPanoramaClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PanoramaClient in software.amazon.awssdk.services.panorama.paginators
Constructors in software.amazon.awssdk.services.panorama.paginators with parameters of type PanoramaClient Constructor Description ListApplicationInstanceDependenciesIterable(PanoramaClient client, ListApplicationInstanceDependenciesRequest firstRequest)ListApplicationInstanceNodeInstancesIterable(PanoramaClient client, ListApplicationInstanceNodeInstancesRequest firstRequest)ListApplicationInstancesIterable(PanoramaClient client, ListApplicationInstancesRequest firstRequest)ListDevicesIterable(PanoramaClient client, ListDevicesRequest firstRequest)ListDevicesJobsIterable(PanoramaClient client, ListDevicesJobsRequest firstRequest)ListNodeFromTemplateJobsIterable(PanoramaClient client, ListNodeFromTemplateJobsRequest firstRequest)ListNodesIterable(PanoramaClient client, ListNodesRequest firstRequest)ListPackageImportJobsIterable(PanoramaClient client, ListPackageImportJobsRequest firstRequest)ListPackagesIterable(PanoramaClient client, ListPackagesRequest firstRequest)
-