Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.ListSyncConfigurationsRequest.Builder
-
Packages that use ListSyncConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.model -
-
Uses of ListSyncConfigurationsRequest.Builder in software.amazon.awssdk.services.codestarconnections
Method parameters in software.amazon.awssdk.services.codestarconnections with type arguments of type ListSyncConfigurationsRequest.Builder 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 ListSyncConfigurationsResponseCodeStarConnectionsClient. listSyncConfigurations(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default ListSyncConfigurationsPublisherCodeStarConnectionsAsyncClient. listSyncConfigurationsPaginator(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository.default ListSyncConfigurationsIterableCodeStarConnectionsClient. listSyncConfigurationsPaginator(Consumer<ListSyncConfigurationsRequest.Builder> listSyncConfigurationsRequest)Returns a list of sync configurations for a specified repository. -
Uses of ListSyncConfigurationsRequest.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return ListSyncConfigurationsRequest.Builder Modifier and Type Method Description static ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest. builder()ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. maxResults(Integer maxResults)A non-zero, non-negative integer used to limit the number of returned results.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. nextToken(String nextToken)An enumeration token that allows the operation to batch the results of the operation.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. repositoryLinkId(String repositoryLinkId)The ID of the repository link for the requested list of sync configurations.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. syncType(String syncType)The sync type for the requested list of sync configurations.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the requested list of sync configurations.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type ListSyncConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSyncConfigurationsRequest.Builder>ListSyncConfigurationsRequest. serializableBuilderClass()
-