Uses of Interface
software.amazon.awssdk.services.groundstation.GroundStationClient
-
Packages that use GroundStationClient Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators software.amazon.awssdk.services.groundstation.waiters -
-
Uses of GroundStationClient in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return GroundStationClient Modifier and Type Method Description static GroundStationClientGroundStationClient. create()Create aGroundStationClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of GroundStationClient in software.amazon.awssdk.services.groundstation.paginators
Constructors in software.amazon.awssdk.services.groundstation.paginators with parameters of type GroundStationClient Constructor Description ListConfigsIterable(GroundStationClient client, ListConfigsRequest firstRequest)ListContactsIterable(GroundStationClient client, ListContactsRequest firstRequest)ListDataflowEndpointGroupsIterable(GroundStationClient client, ListDataflowEndpointGroupsRequest firstRequest)ListEphemeridesIterable(GroundStationClient client, ListEphemeridesRequest firstRequest)ListGroundStationsIterable(GroundStationClient client, ListGroundStationsRequest firstRequest)ListMissionProfilesIterable(GroundStationClient client, ListMissionProfilesRequest firstRequest)ListSatellitesIterable(GroundStationClient client, ListSatellitesRequest firstRequest) -
Uses of GroundStationClient in software.amazon.awssdk.services.groundstation.waiters
Methods in software.amazon.awssdk.services.groundstation.waiters with parameters of type GroundStationClient Modifier and Type Method Description GroundStationWaiter.BuilderGroundStationWaiter.Builder. client(GroundStationClient client)Sets a customGroundStationClientthat will be used to poll the resource
-