Uses of Class
software.amazon.awssdk.services.codestarconnections.model.ListSyncConfigurationsResponse
-
Packages that use ListSyncConfigurationsResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.paginators -
-
Uses of ListSyncConfigurationsResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return ListSyncConfigurationsResponse Modifier and Type Method Description default ListSyncConfigurationsResponseCodeStarConnectionsClient. listSyncConfigurations(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default ListSyncConfigurationsResponseCodeStarConnectionsClient. listSyncConfigurations(ListSyncConfigurationsRequest listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type ListSyncConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListSyncConfigurationsResponse>CodeStarConnectionsAsyncClient. listSyncConfigurations(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default CompletableFuture<ListSyncConfigurationsResponse>CodeStarConnectionsAsyncClient. listSyncConfigurations(ListSyncConfigurationsRequest listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository. -
Uses of ListSyncConfigurationsResponse in software.amazon.awssdk.services.codestarconnections.paginators
Methods in software.amazon.awssdk.services.codestarconnections.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.codestarconnections.paginators with type arguments of type ListSyncConfigurationsResponse Modifier and Type Method Description voidListSyncConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSyncConfigurationsResponse> subscriber)
-