Uses of Interface
software.amazon.awssdk.services.groundstation.GroundStationAsyncClient
-
Packages that use GroundStationAsyncClient 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 GroundStationAsyncClient in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return GroundStationAsyncClient Modifier and Type Method Description static GroundStationAsyncClientGroundStationAsyncClient. create()Create aGroundStationAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of GroundStationAsyncClient in software.amazon.awssdk.services.groundstation.paginators
Constructors in software.amazon.awssdk.services.groundstation.paginators with parameters of type GroundStationAsyncClient Constructor Description ListConfigsPublisher(GroundStationAsyncClient client, ListConfigsRequest firstRequest)ListContactsPublisher(GroundStationAsyncClient client, ListContactsRequest firstRequest)ListDataflowEndpointGroupsPublisher(GroundStationAsyncClient client, ListDataflowEndpointGroupsRequest firstRequest)ListEphemeridesPublisher(GroundStationAsyncClient client, ListEphemeridesRequest firstRequest)ListGroundStationsPublisher(GroundStationAsyncClient client, ListGroundStationsRequest firstRequest)ListMissionProfilesPublisher(GroundStationAsyncClient client, ListMissionProfilesRequest firstRequest)ListSatellitesPublisher(GroundStationAsyncClient client, ListSatellitesRequest firstRequest) -
Uses of GroundStationAsyncClient in software.amazon.awssdk.services.groundstation.waiters
Methods in software.amazon.awssdk.services.groundstation.waiters with parameters of type GroundStationAsyncClient Modifier and Type Method Description GroundStationAsyncWaiter.BuilderGroundStationAsyncWaiter.Builder. client(GroundStationAsyncClient client)Sets a customGroundStationAsyncClientthat will be used to poll the resource
-