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