Uses of Class
software.amazon.awssdk.services.ssm.model.ResultAttribute
-
Packages that use ResultAttribute Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ResultAttribute in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ResultAttribute Modifier and Type Method Description List<ResultAttribute>GetInventoryRequest. resultAttributes()The list of inventory item types to return.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ResultAttribute Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. resultAttributes(ResultAttribute... resultAttributes)The list of inventory item types to return.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ResultAttribute Modifier and Type Method Description GetInventoryRequest.BuilderGetInventoryRequest.Builder. resultAttributes(Collection<ResultAttribute> resultAttributes)The list of inventory item types to return.
-