Uses of Interface
software.amazon.awssdk.services.proton.model.SyncBlockerContext.Builder
-
Packages that use SyncBlockerContext.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of SyncBlockerContext.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return SyncBlockerContext.Builder Modifier and Type Method Description static SyncBlockerContext.BuilderSyncBlockerContext. builder()SyncBlockerContext.BuilderSyncBlockerContext.Builder. key(String key)The key for the sync blocker context.SyncBlockerContext.BuilderSyncBlockerContext. toBuilder()SyncBlockerContext.BuilderSyncBlockerContext.Builder. value(String value)The value of the sync blocker context.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type SyncBlockerContext.Builder Modifier and Type Method Description static Class<? extends SyncBlockerContext.Builder>SyncBlockerContext. serializableBuilderClass()
-