Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItemDataValue.Builder
-
Packages that use OpsItemDataValue.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsItemDataValue.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemDataValue.Builder Modifier and Type Method Description static OpsItemDataValue.BuilderOpsItemDataValue. builder()OpsItemDataValue.BuilderOpsItemDataValue. toBuilder()OpsItemDataValue.BuilderOpsItemDataValue.Builder. type(String type)The type of key-value pair.OpsItemDataValue.BuilderOpsItemDataValue.Builder. type(OpsItemDataType type)The type of key-value pair.OpsItemDataValue.BuilderOpsItemDataValue.Builder. value(String value)The value of the OperationalData key.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemDataValue.Builder Modifier and Type Method Description static Class<? extends OpsItemDataValue.Builder>OpsItemDataValue. serializableBuilderClass()
-