Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.ListRepositorySyncDefinitionsRequest.Builder
-
Packages that use ListRepositorySyncDefinitionsRequest.Builder Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.model -
-
Uses of ListRepositorySyncDefinitionsRequest.Builder in software.amazon.awssdk.services.codestarconnections
Method parameters in software.amazon.awssdk.services.codestarconnections with type arguments of type ListRepositorySyncDefinitionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRepositorySyncDefinitionsResponse>CodeStarConnectionsAsyncClient. listRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)Lists the repository sync definitions for repository links in your account.default ListRepositorySyncDefinitionsResponseCodeStarConnectionsClient. listRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)Lists the repository sync definitions for repository links in your account. -
Uses of ListRepositorySyncDefinitionsRequest.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return ListRepositorySyncDefinitionsRequest.Builder Modifier and Type Method Description static ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest. builder()ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. repositoryLinkId(String repositoryLinkId)The ID of the repository link for the sync definition for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. syncType(String syncType)The sync type of the repository link for the the sync definition for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. syncType(SyncConfigurationType syncType)The sync type of the repository link for the the sync definition for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type ListRepositorySyncDefinitionsRequest.Builder Modifier and Type Method Description static Class<? extends ListRepositorySyncDefinitionsRequest.Builder>ListRepositorySyncDefinitionsRequest. serializableBuilderClass()
-