Uses of Interface
software.amazon.awssdk.services.codeconnections.CodeConnectionsClient
-
Packages that use CodeConnectionsClient Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of CodeConnectionsClient in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CodeConnectionsClient Modifier and Type Method Description static CodeConnectionsClientCodeConnectionsClient. create()Create aCodeConnectionsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CodeConnectionsClient in software.amazon.awssdk.services.codeconnections.paginators
Constructors in software.amazon.awssdk.services.codeconnections.paginators with parameters of type CodeConnectionsClient Constructor Description ListConnectionsIterable(CodeConnectionsClient client, ListConnectionsRequest firstRequest)ListHostsIterable(CodeConnectionsClient client, ListHostsRequest firstRequest)ListRepositoryLinksIterable(CodeConnectionsClient client, ListRepositoryLinksRequest firstRequest)ListSyncConfigurationsIterable(CodeConnectionsClient client, ListSyncConfigurationsRequest firstRequest)
-