static ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.builder() |
|
ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.Builder.nextToken(String nextToken) |
An enumeration token that allows the operation to batch the next results of the operation.
|
ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.Builder.syncConfigurations(Collection<SyncConfiguration> syncConfigurations) |
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.Builder.syncConfigurations(Consumer<SyncConfiguration.Builder>... syncConfigurations) |
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.Builder.syncConfigurations(SyncConfiguration... syncConfigurations) |
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResponse.Builder |
ListSyncConfigurationsResponse.toBuilder() |
|