Uses of Class
software.amazon.awssdk.services.ssm.model.OpsResultAttribute
-
Packages that use OpsResultAttribute Package Description software.amazon.awssdk.services.ssm.model -
-
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 OpsResultAttribute Modifier and Type Method Description List<OpsResultAttribute>GetOpsSummaryRequest. resultAttributes()The OpsData data type to return.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsResultAttribute Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. resultAttributes(OpsResultAttribute... resultAttributes)The OpsData data type to return.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsResultAttribute Modifier and Type Method Description GetOpsSummaryRequest.BuilderGetOpsSummaryRequest.Builder. resultAttributes(Collection<OpsResultAttribute> resultAttributes)The OpsData data type to return.
-