Uses of Class
software.amazon.awssdk.services.codestarconnections.model.BlockerType
-
Packages that use BlockerType Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of BlockerType in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return BlockerType Modifier and Type Method Description static BlockerTypeBlockerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BlockerTypeSyncBlocker. type()The sync blocker type.static BlockerTypeBlockerType. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockerType[]BlockerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type BlockerType Modifier and Type Method Description static Set<BlockerType>BlockerType. knownValues()Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type BlockerType Modifier and Type Method Description SyncBlocker.BuilderSyncBlocker.Builder. type(BlockerType type)The sync blocker type.
-