Uses of Interface
software.amazon.awssdk.services.codeconnections.CodeConnectionsAsyncClient
-
Packages that use CodeConnectionsAsyncClient Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of CodeConnectionsAsyncClient in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CodeConnectionsAsyncClient Modifier and Type Method Description static CodeConnectionsAsyncClientCodeConnectionsAsyncClient. create()Create aCodeConnectionsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CodeConnectionsAsyncClient in software.amazon.awssdk.services.codeconnections.paginators
Constructors in software.amazon.awssdk.services.codeconnections.paginators with parameters of type CodeConnectionsAsyncClient Constructor Description ListConnectionsPublisher(CodeConnectionsAsyncClient client, ListConnectionsRequest firstRequest)ListHostsPublisher(CodeConnectionsAsyncClient client, ListHostsRequest firstRequest)ListRepositoryLinksPublisher(CodeConnectionsAsyncClient client, ListRepositoryLinksRequest firstRequest)ListSyncConfigurationsPublisher(CodeConnectionsAsyncClient client, ListSyncConfigurationsRequest firstRequest)
-