Uses of Interface
software.amazon.awssdk.services.ssm.model.ResultAttribute.Builder
-
Packages that use ResultAttribute.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ResultAttribute.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResultAttribute.Builder Modifier and Type Method Description static ResultAttribute.BuilderResultAttribute. builder()ResultAttribute.BuilderResultAttribute. toBuilder()ResultAttribute.BuilderResultAttribute.Builder. typeName(String typeName)Name of the inventory item type.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ResultAttribute.Builder Modifier and Type Method Description static Class<? extends ResultAttribute.Builder>ResultAttribute. serializableBuilderClass()
-