Uses of Class
software.amazon.awssdk.services.ssm.model.OpsResultAttribute
Packages that use OpsResultAttribute
-
Uses of OpsResultAttribute in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsResultAttributeModifier and TypeMethodDescriptionfinal List<OpsResultAttribute>GetOpsSummaryRequest.resultAttributes()The OpsData data type to return.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsResultAttributeModifier and TypeMethodDescriptionGetOpsSummaryRequest.Builder.resultAttributes(OpsResultAttribute... resultAttributes) The OpsData data type to return.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsResultAttributeModifier and TypeMethodDescriptionGetOpsSummaryRequest.Builder.resultAttributes(Collection<OpsResultAttribute> resultAttributes) The OpsData data type to return.