Uses of Interface
software.amazon.awssdk.services.codeconnections.model.GetSyncConfigurationRequest.Builder
-
Packages that use GetSyncConfigurationRequest.Builder Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.model -
-
Uses of GetSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codeconnections
Method parameters in software.amazon.awssdk.services.codeconnections with type arguments of type GetSyncConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSyncConfigurationResponse>CodeConnectionsAsyncClient. getSyncConfiguration(Consumer<GetSyncConfigurationRequest.Builder> getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.default GetSyncConfigurationResponseCodeConnectionsClient. getSyncConfiguration(Consumer<GetSyncConfigurationRequest.Builder> getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name. -
Uses of GetSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return GetSyncConfigurationRequest.Builder Modifier and Type Method Description static GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest. builder()GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. resourceName(String resourceName)The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. syncType(String syncType)The sync type for the sync configuration for which you want to retrieve information.GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync configuration for which you want to retrieve information.GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type GetSyncConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetSyncConfigurationRequest.Builder>GetSyncConfigurationRequest. serializableBuilderClass()
-