Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListSyncConfigurationsResponse
-
Packages that use ListSyncConfigurationsResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of ListSyncConfigurationsResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return ListSyncConfigurationsResponse Modifier and Type Method Description default ListSyncConfigurationsResponseCodeConnectionsClient. listSyncConfigurations(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default ListSyncConfigurationsResponseCodeConnectionsClient. listSyncConfigurations(ListSyncConfigurationsRequest listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type ListSyncConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListSyncConfigurationsResponse>CodeConnectionsAsyncClient. listSyncConfigurations(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default CompletableFuture<ListSyncConfigurationsResponse>CodeConnectionsAsyncClient. listSyncConfigurations(ListSyncConfigurationsRequest listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository. -
Uses of ListSyncConfigurationsResponse in software.amazon.awssdk.services.codeconnections.paginators
Methods in software.amazon.awssdk.services.codeconnections.paginators that return types with arguments of type ListSyncConfigurationsResponse Modifier and Type Method Description Iterator<ListSyncConfigurationsResponse>ListSyncConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeconnections.paginators with type arguments of type ListSyncConfigurationsResponse Modifier and Type Method Description voidListSyncConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSyncConfigurationsResponse> subscriber)
-